SqlClientMetaDataCollectionNames Class

Definition

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

C#
public static class SqlClientMetaDataCollectionNames
Inheritance
SqlClientMetaDataCollectionNames

Fields

AllColumns

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

Columns

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

ColumnSetColumns

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

Databases

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

ForeignKeys

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

IndexColumns

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

Indexes

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

Parameters
ProcedureColumns
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.

StructuredTypeMembers

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

Tables

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

UserDefinedTypes

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

Users

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

ViewColumns

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

Views

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

Applies to

Proizvod Verzije
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2