The members of System.Data.Odbc.OdbcMetaDataCollectionNames are listed below.
See Also: Inherited members from System.Object
static readonly | Columns | string (null).
A constant for use with the GetSchema method that represents the Columns collection. |
static readonly | Indexes | string (null).
A constant for use with the GetSchema method that represents the Indexes collection. |
static readonly | ProcedureColumns | string (null).
A constant for use with the GetSchema method that represents the ProcedureColumns collection. |
static readonly | ProcedureParameters | string (null).
A constant for use with the GetSchema method that represents the ProcedureParameters collection. |
static readonly | Procedures | string (null).
A constant for use with the GetSchema method that represents the Procedures collection. |
static readonly | Tables | string (null).
A constant for use with the GetSchema method that represents the Tables collection. |
static readonly | Views | string (null).
A constant for use with the GetSchema method that represents the Views collection. |