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

GetSchemaTable Method (OracleArrayDataReader)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also