<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />

Microsoft.Data.SqlClient.SqlClientMetaDataCollectionNames

public static class SqlClientMetaDataCollectionNames
Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
public static readonly string AllColumns

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

public static readonly string Columns

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

public static readonly string ColumnSetColumns

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

public static readonly string Databases

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

public static readonly string ForeignKeys

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

public static readonly string IndexColumns

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

public static readonly string Indexes

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

public static readonly string ProcedureParameters

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

public static readonly string Procedures

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

public static readonly string StructuredTypeMembers

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

public static readonly string Tables

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

public static readonly string UserDefinedTypes

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

public static readonly string Users

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

public static readonly string ViewColumns

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

public static readonly string Views

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