DbMetaDataCollectionNames Class

Definition

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

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

Fields

DataSourceInformation

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

DataTypes

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

MetaDataCollections

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

ReservedWords

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

Restrictions

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

Applies to

See also