Skip to main content
A newer version of this page is available. .

SqlDataConnection.LoadDBColumns(DBTable[]) Method

Loads columns from the specified tables.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public void LoadDBColumns(
    params DBTable[] tables
)

Parameters

Name Type Description
tables DBTable[]

An array of DBTable objects specifying tables.

See Also