Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbMetaDataCollectionNames Class

 

Provides a list of constants for the well-known MetaDataCollections: DataSourceInformation, DataTypes, MetaDataCollections, ReservedWords, and Restrictions.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

System::Object
  System.Data.Common::DbMetaDataCollectionNames

public ref class DbMetaDataCollectionNames abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDataSourceInformation

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

System_CAPS_pubfieldSystem_CAPS_staticDataTypes

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

System_CAPS_pubfieldSystem_CAPS_staticMetaDataCollections

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

System_CAPS_pubfieldSystem_CAPS_staticReservedWords

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

System_CAPS_pubfieldSystem_CAPS_staticRestrictions

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

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft