<PackageReference Include="System.Data.SqlClient" Version="4.7.0-preview6.19303.8" />

SqlClientMetaDataCollectionNames

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

A constant for use with the GetSchema method that represents the Columns 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 Parameters

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

public static readonly string ProcedureColumns

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

public static readonly string Procedures

A constant for use with the GetSchema method that represents the Procedures 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.