DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeDataReader Class / GetSchemaTable Method

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