dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArrayDataReader Class / GetSchemaTable Method

In This Topic
GetSchemaTable Method (OracleArrayDataReader)
In This Topic
Gets array metadata. If array consists of OBJECT TYPE elements, object type properties correspond to table columns. Otherwise, System.Data.DataTable has only one column with the same datatype as array elements.
Syntax
'Declaration
 
Public Function GetSchemaTable() As DataTable
 

Return Value

Array metadata as a System.Data.DataTable.
See Also