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