DataConnectionBase.GetDBSchema() Method
Returns the schema of the data source that is connected using the current DataConnectionBase.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Returns
Type | Description |
---|---|
DBSchema | A DBSchema object that is the data source schema. |
See Also