Back to Devexpress

SqlDataConnection.GetDBSchema Method

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-sqldataconnection-dot-getdbschema.md

latest1.2 KB
Original Source

SqlDataConnection.GetDBSchema Method

NameParametersDescription
GetDBSchema()noneReturns the schema of the data source that is connected using the current SqlDataConnection.
GetDBSchema(Boolean, SchemaLoadingMode)loadColumns, schemaLoadingModeReturns the schema of an SQL data source.
GetDBSchema(Boolean)loadColumnsReturns the schema of the data source that is connected using the current SqlDataConnection.
GetDBSchema(String[])tableListReturns the schema of the data source that is connected using the current SqlDataConnection.