GetSchemaTable Method (OracleArrayDataReader)
On this page
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