DBSchema.Tables Property
Gets tables included in the DBSchema.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
DBTable[] | An array of DBTable objects representing tables included in the DBSchema. |
See Also