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

DbSchemaHelper.GetSelectColumnsQuery(DbConnection, String, String) Method

Returns the SELECT query string from 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 GetSelectColumnsQuery(
    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 table schema name.

Returns

Type Description
String

A String value.

See Also