[]
        
(Showing Draft Content)

C1.AdoNet.Snowflake.C1SnowflakeDataReader.GetSchemaTable

GetSchemaTable Method

GetSchemaTable()

Returns a DataTable that describes the column metadata of the C1SnowflakeDataReader.

Declaration
public override DataTable GetSchemaTable()
Returns
Type Description
DataTable

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

Overrides