Skip to main content

DBSchema.Tables Property

Gets tables included in the DBSchema.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public DBTable[] Tables { get; }

Property Value

Type Description
DBTable[]

An array of DBTable objects representing tables included in the DBSchema.

See Also