OleDbMetaDataCollectionNames Class
Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Catalogs | A constant for use with the GetSchema method that represents the Catalogs collection. |
![]() ![]() | Collations | A constant for use with the GetSchema method that represents the Collations collection. |
![]() ![]() | Columns | A constant for use with the GetSchema method that represents the Columns collection. |
![]() ![]() | Indexes | A constant for use with the GetSchema method that represents the Indexes collection. |
![]() ![]() | ProcedureColumns | A constant for use with the GetSchema method that represents the ProcedureColumns collection. |
![]() ![]() | 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. |
![]() ![]() | Tables | A constant for use with the GetSchema method that represents the Tables collection. |
![]() ![]() | Views | A constant for use with the GetSchema method that represents the Views collection. |
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.

