Interface: IFilterTerm¶
Build OData filter item.
Hierarchy¶
- IFilterTerm
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Properties¶
group¶
• group: FilterBuilder[] | string[]
a list of FilterBuilder or string as a group. They will be generated in '()' as a group in the filter
op¶
• op: string
operator such as 'eq', 'ne', gt', lt', 'le'
property¶
• property: string
property name
rhs¶
• rhs: string
the right hand side of the operator (value)