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.v25.1.dll
NuGet Package: DevExpress.DataAccess
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