DBSchema Properties
An object schema that is used to manage database objects (e.g., DBTable objects or their descendants).| Name | Description |
|---|---|
| StoredProcedures | Gets stored procedures included in the DBSchema. |
| Tables | Gets tables included in the DBSchema. |
| Views | Gets views included in the DBSchema. |
See Also