DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonDataReader Class / GetSchemaTable Method

In This Topic
    GetSchemaTable Method (C1JsonDataReader)
    In This Topic
    Returns a System.Data.DataTable that describes the column metadata of the C1JsonDataReader.
    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