SqlDataConnection.GetDBSchema Method
| Name | Parameters | Description |
|---|---|---|
| GetDBSchema() | none | Returns the schema of the data source that is connected using the current SqlDataConnection. |
| GetDBSchema(Boolean, SchemaLoadingMode) | loadColumns, schemaLoadingMode | Returns the schema of an SQL data source. |
| GetDBSchema(Boolean) | loadColumns | Returns the schema of the data source that is connected using the current SqlDataConnection. |
| GetDBSchema(String[]) | tableList | Returns the schema of the data source that is connected using the current SqlDataConnection. |