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