Schema
This property represents the XML schema for the XML data contained in the OracleXmlType
.
Declaration
// C# public OracleXmlType Schema {get;}
Property Value
An OracleXmlType
instance that represents the XML schema for the XML data contained in the OracleXmlType
.
Exceptions
ObjectDisposedException
- The object is already disposed.
Remarks
If the OracleXmlType
instance contains non-schema based XML data, this property returns an OracleXmlType
instance representing an empty XML document.