DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoDataReader Class / GetSchemaTable Method

In This Topic
    GetSchemaTable Method (C1MagentoDataReader)
    In This Topic
    Returns a System.Data.DataTable that describes the column metadata of the C1MagentoDataReader.
    Syntax
    'Declaration
     
    Public Overrides Function GetSchemaTable() As DataTable
    public override DataTable GetSchemaTable()

    Return Value

    Returns a DataTable containing the schema information for the active SELECT statement being processed.
    See Also