The MetaDataType enumerator identifies the meta data table that is returned when passed as a parameter to the MetaDataCollection(MetaDataType) method of the DbNetData class.
Namespace:
DbNetLink.DataAssembly: DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum MetaDataType |
| Visual Basic (Declaration) |
|---|
Public Enumeration MetaDataType |
| Visual C++ |
|---|
public enum class MetaDataType |
Members
| Member name | Description | |
|---|---|---|
| MetaDataCollections |
Lists the meta data collections supported by the database
| |
| Columns |
Lists the columns in the database
| |
| Databases |
Lists the databases
| |
| 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
| |
| Functions |
Lists the user defined functions in the database (SQL Server only)
| |
| IndexColumns |
Lists the index columns in the database
| |
| Indexes |
Lists the indexes 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 restrictions in the database
| |
| ReservedWords |
Lists the reserved words in the database
| |
| Tables |
Lists the tables in the database
| |
| Views |
Lists the views in the database
| |
| ViewColumns |
Lists the view columns in the database
| |
| UserDefinedTypes |
Lists the user defined types in the database
| |
| Users |
Lists the users in the database
| |
| UserTables |
Lists the non-system tables in the database
| |
| UserViews |
Lists the non-system views in the database
|