Skip to main content

DBSchema.Views Property

Gets views 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[] Views { get; }

Property Value

Type Description
DBTable[]

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

See Also