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

On this page
    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
    public DataTable GetSchemaTable()

    Return Value

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