Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.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