TableFilterDefinitionBase..::..ProcessFilterWheres Method (List<(Of <(<'WhereItem>)>)>, WhereItem%, WhereItem%, FilterItemDefinition)
Processes the filter wheres.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public void ProcessFilterWheres( List<WhereItem> wheres, ref WhereItem firstWhereItem, ref WhereItem lastWhereItem, FilterItemDefinition filterDefinition )
Public Sub ProcessFilterWheres ( _ wheres As List(Of WhereItem), _ ByRef firstWhereItem As WhereItem, _ ByRef lastWhereItem As WhereItem, _ filterDefinition As FilterItemDefinition _ )
public: void ProcessFilterWheres( List<WhereItem^>^ wheres, WhereItem^% firstWhereItem, WhereItem^% lastWhereItem, FilterItemDefinition^ filterDefinition )
Parameters
- firstWhereItem
- Type: RingSoft.DbLookup.QueryBuilder..::..WhereItem%
The first where item.
- lastWhereItem
- Type: RingSoft.DbLookup.QueryBuilder..::..WhereItem%
The last where item.
- filterDefinition
- Type: RingSoft.DbLookup.TableProcessing..::..FilterItemDefinition
The filter definition.