GetOracleXmlType
This method returns an OracleXmlType
object of the specified XMLType
column.
Declaration
// C#
public OracleXmlType GetOracleXmlType(int index);
Parameters
-
index
The zero-based column index.
Return Value
The OracleXmlType
value of the column.
Exceptions
InvalidCastException
- The accessor method is invalid for this column type or the column value is NULL
.
Remarks
IsDBNull
should be called to check for NULL
values before calling this method.