Skip to main content
A newer version of this page is available. .
All docs
V20.2

DataSetToSqlDataSourceConverter.CreateSqlQuery(String, IDbCommand) Method

Namespace: DevExpress.XtraReports.Import

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public static SqlQuery CreateSqlQuery(
    string name,
    IDbCommand command
)

Parameters

Name Type
name String
command IDbCommand

Returns

Type
SqlQuery
See Also