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

CustomizeFilterExpressionEventArgs.FilterExpression Property

Gets or sets the filter expression that defines a WHERE clause included in the SQL query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public CriteriaOperator FilterExpression { get; set; }

Property Value

Type Description
CriteriaOperator

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

Remarks

To learn how to create a filter criteria as a CriteriaOperator object, see Creating Criteria.

To identify the query for which the event has been raised, use the CustomizeFilterExpressionEventArgs.QueryName property.

See Also