DBSchema.Views Property
Gets views 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 views included in the DBSchema. |
See Also