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

DbSchemaHelper.GetTableColumnNames(DbConnection, String, String) Method

Returns an array of table column names available in a data source schema.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public string[] GetTableColumnNames(
    DbConnection connection,
    string tableName,
    string tableSchemaName
)

Parameters

Name Type Description
connection DbConnection

A DbConnection object.

tableName String

A String value, specifying the table name.

tableSchemaName String

A String value, specifying the schema name in the database.

Returns

Type Description
String[]

An array of String values.

See Also