SqlDataConnection.GetDBSchema(Boolean, SchemaLoadingMode) Method
In This Article
Returns the schema of an SQL data source.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
load |
Boolean | true, to load data tables along with their columns; otherwise, false. |
schema |
DevExpress. |
A Schema |
#Returns
Type | Description |
---|---|
DBSchema | A DBSchema object. |
See Also