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

CustomizeFilterExpressionEventArgs(String, CriteriaOperator) Constructor

Initializes a new instance of the CustomizeFilterExpressionEventArgs class.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public CustomizeFilterExpressionEventArgs(
    string queryName,
    CriteriaOperator filterExpression
)

Parameters

Name Type Description
queryName String

A String value that is the name of the query for which the event has been raised.

filterExpression CriteriaOperator

A CriteriaOperator descendant that specifies the filter expression that defines a WHERE clause included in the SQL query.

See Also