To use AdoEnums, specify the fully qualified name of the enumerated constant. For example, the first constant in the AdoEnums.Schema class is AdoEnums.Schema.PROVIDERSPECIFIC
.
Each topic lists the values of the constants. However, use the constant names, not the values. The values are subject to change between releases.
The tables that follow contain three headings that pertain to the core ADO documentation.
The last qualifier in the ADO/WFC constant is an identifier, written in upper-case. The ADO constant consists of a prefix, followed by the identifier written in mixed-case.
For example, the equivalent of the ADO/WFC constant, AdoEnums.Schema.PROVIDERSPECIFIC
, is the
ADO constant, adSchemaProviderSpecific
. In this case the prefix, adSchema
, is prepended to the identifier, ProviderSpecific
.
This heading lists the prefix you should append to the ADO/WFC identifier to generate the name of the ADO enumerated constant.
The name of the COM declaration can be derived from the ADO/WFC constant by suffixing Enum
to the second qualifier. For example, the COM declaration associated with AdoEnums.Schema.*
is named SchemaEnum
.
The following enumerations are defined in ADO/WFC.