AdvancedFindFilterDefinition..::..ProcessAdvancedFind Method
Processes the advanced find.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public List<WhereItem> ProcessAdvancedFind( SelectQuery query, ref WhereItem firstWhereItem, ref WhereItem lastWhereItem, bool fromAdvancedFind, AdvancedFindTree tree )
Public Function ProcessAdvancedFind ( _ query As SelectQuery, _ ByRef firstWhereItem As WhereItem, _ ByRef lastWhereItem As WhereItem, _ fromAdvancedFind As Boolean, _ tree As AdvancedFindTree _ ) As List(Of WhereItem)
public: List<WhereItem^>^ ProcessAdvancedFind( SelectQuery^ query, WhereItem^% firstWhereItem, WhereItem^% lastWhereItem, bool^ fromAdvancedFind, AdvancedFindTree^ tree )
Parameters
- query
- Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The query.
- firstWhereItem
- Type: RingSoft.DbLookup.QueryBuilder..::..WhereItem%
The first where item.
- lastWhereItem
- Type: RingSoft.DbLookup.QueryBuilder..::..WhereItem%
The last where item.
- fromAdvancedFind
- Type: Boolean
if set to true [from advanced find].
- tree
- Type: RingSoft.DbLookup.AdvancedFind..::..AdvancedFindTree
The tree.