OdbcMetaDataColumnNames Class

Definition

Provides static values that are used for the column names in the OdbcMetaDataCollectionNames objects contained in the DataTable. The DataTable is created by the GetSchema method.

public ref class OdbcMetaDataColumnNames abstract sealed
public static class OdbcMetaDataColumnNames
type OdbcMetaDataColumnNames = class
Public Class OdbcMetaDataColumnNames
Inheritance
OdbcMetaDataColumnNames

Fields

BooleanFalseLiteral

Used by the GetSchema method to create the BooleanFalseLiteral column.

BooleanTrueLiteral

Used by the GetSchema method to create the BooleanTrueLiteral column.

SQLType

Used by the GetSchema method to create the SQLType column.

Applies to

See also