DbSchemaHelper.GetSelectColumnsQuery(DbConnection, String, String) Method
Returns the SELECT query string from a data source schema.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.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