Skip to main content

SqlDataSource.DBSchema Property

Gets the schema of the connected SQL data source.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Browsable(false)]
public DBSchema DBSchema { get; }

Property Value

Type Description
DBSchema

A DBSchema object that is the schema of the connected SQL data source.

Remarks

Note that the DBSchema property is initialized after the SqlDataSource.Fill method is called.

See Also