System.Data.Odbc.OdbcMetaDataCollectionNames Members

The members of System.Data.Odbc.OdbcMetaDataCollectionNames are listed below.

See Also: Inherited members from System.Object

Public Fields

static readonly
Columnsstring (null).

A constant for use with the GetSchema method that represents the Columns collection.

static readonly
Indexesstring (null).

A constant for use with the GetSchema method that represents the Indexes collection.

static readonly
ProcedureColumnsstring (null).

A constant for use with the GetSchema method that represents the ProcedureColumns collection.

static readonly
ProcedureParametersstring (null).

A constant for use with the GetSchema method that represents the ProcedureParameters collection.

static readonly
Proceduresstring (null).

A constant for use with the GetSchema method that represents the Procedures collection.

static readonly
Tablesstring (null).

A constant for use with the GetSchema method that represents the Tables collection.

static readonly
Viewsstring (null).

A constant for use with the GetSchema method that represents the Views collection.