OdbcMetaDataCollectionNames Class

Definition

Provides a list of constants for use with the GetSchema method to retrieve metadata collections.

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

Fields

Columns

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

Indexes

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

ProcedureColumns

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

ProcedureParameters

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

Procedures

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

Tables

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

Views

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

Applies to

See also