OdbcMetaDataCollectionNames Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |