Skip to main content
A newer version of this page is available. .
All docs
V23.1

DataSetToSqlDataSourceConverter.CreateSqlQuery(String, IDbCommand) Method

Namespace: DevExpress.XtraReports.Import

Assembly: DevExpress.XtraReports.v23.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static SqlQuery CreateSqlQuery(
    string name,
    IDbCommand command
)

Parameters

Name Type
name String
command IDbCommand

Returns

Type
SqlQuery
See Also