CustomSqlQuery(String, String) Constructor
Initializes a new instance of the CustomSqlQuery class with the specified name and query string.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value. This value is assigned to the SqlQuery.Name property. |
sql | String | A String value. This value is assigned to the CustomSqlQuery.Sql property. |
See Also