SfDataGridBehaviorFilterToSQLFilter Method

Overload List

FilterToSQLFilter(SfDataGrid, Boolean) Converts the filters on the columns in the specified SfDataGrid into a SQL filter expression. Uses MappingName to designate the name of the fields to be evaluated against the filter predicates.
FilterToSQLFilter(SfDataGrid, GridColumn, String, Boolean) Converts the local filters of the specified GridColumn into a SQL filter expression.

See Also