Skip to main content
A newer version of this page is available. .

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

Declaration

public CustomSqlQuery(
    string name,
    string sql
)

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