CustomizeFilterExpressionEventArgs Properties
Provides data for the SqlDataSource.CustomizeFilterExpression event.
Name | Description |
---|---|
Filter |
Gets or sets the filter expression that defines a WHERE clause included in the SQL query. |
Query |
Gets the name of the query for which the event was raised. |
See Also