IsSchemaBased
This property indicates whether or not the XML data represented by the OracleXmlType
is based on an XML schema.
Declaration
// C# public bool IsSchemaBased {get;}
Property Value
Returns true
if the XML data represented by the OracleXmlType
is based on an XML schema. Returns false
otherwise.
Exceptions
ObjectDisposedException
- The object is already disposed.