DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / GetSchemaTable Method

In This Topic
    GetSchemaTable Method (C1DataReader)
    In This Topic
    Schema information is difficult to map into .NET conventions, so a lot of work must be done to gather the necessary information so it can be represented in an ADO.NET manner.
    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