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.
'Declaration
Public Function GetSchemaTable() As DataTable
Return Value
Array metadata as a
System.Data.DataTable.