Skip to main content

IDbSchemaHelper.GetTableColumnNames(DbConnection, String, String) Method

Obtains column names from the specified data table.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Parameters

Name Type Description
connection DbConnection

A DbConnection object.

tableName String

A String value.

tableSchemaName String

A String value.

Returns

Type Description
String[]

An array of String values.

See Also