Filters definition and handling object namespace
Class | Description |
---|---|
DataFilterFactory | Factory object for IXDataFilter type |
Interface | Description |
---|---|
IXCondition | IXConditions are sets of (operand, operator, value) members. Examples are: ('RegionID', '=' , 1) ('age', '>=', 18) ('name', 'LIKE', 'Jhon%') |
IXDataFilter | Generic Data Filter interface. Used to dynamically create 'where' subexpressions in sql querys. |