SqlDataConnection.LoadDBColumns(DBTable[]) Method
In This Article
Loads columns from the specified tables.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
tables | DBTable[] | An array of DBTable objects specifying tables. |
See Also