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.2.dll
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