The MetaDataType enumerator identifies the meta data table that is returned when passed as a parameter to the [!:DbNetLink.DbNetData.MetaDataCollection(DbNetLink.MetaDataType)] method of the [!:DbNetLink.DbNetData] class.
| C# | Visual Basic |
public enum MetaDataType
Public Enumeration MetaDataType
| Member | Description |
|---|---|
| MetaDataCollections |
Lists the meta data collections supported by the database
|
| Columns |
Lists the columns in the database
|
| Databases |
Lists the columns in the database
|
| DataSourceInformation |
Lists information about the database such as version number
|
| DataTypes |
Lists the data types supported by the database
|
| ForeignKeys |
Lists the foreign keys the database
|
| IndexColumns |
Lists the index columns in the database
|
| Indexes |
Lists the indexes columns in the database
|
| PrimaryKeys |
Lists the primary keys in the database
|
| Procedures |
Lists the stored procedures in the database
|
| ProcedureParameters |
Lists the stored procedure parameters in the database
|
| Restrictions |
Lists the columns in the database
|
| ReservedWords |
Lists the restrictions in the database
|
| Tables |
Lists the reserved words in the database
|
| Views |
Lists the tables in the database
|
| ViewColumns |
Lists the views in the database
|
| UserDefinedTypes |
Lists the view columns in the database
|
| Users |
Lists the user defined types in the database
|