SchemaInfoCollection Properties |
The SchemaInfoCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of columns in the collection. Zero columns typically indicates that the object does not
exist in the schema, but it is recommended to use ObjectExists to make that determination.
| |
DBMSType |
Gets the DBMSType (e.g. SQL-Server), or zero if not known.
| |
Item |
Indexer for the collection returning a SchemaInfo object.
| |
ObjectExists |
Gets whether or not the object exists in the schema.
|