Enum FilterOperation
Filter operation
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public enum FilterOperation
Fields
Name | Description |
---|---|
Contains | Contains (contains) fulltext filter operation |
Equal | Equal (=) filter operation |
Exists | Exists (exists (...)) filter operation |
GreaterThan | Greater Then (>) filter operation |
GreaterThanOrEqual | Greater Then or Equal (>=) filter operation |
In | In sequence (in (...)) filter operation |
LessThan | Less Then (<) filter operation |
LessThanOrEqual | Less Then or Equal (<=) filter operation |
Like | Like (like) filter operation |
NotContains | Not Contains (not contains) fulltext filter operation |
NotEqual | Not Equal (!=) filter operation |
NotExists | Not Exists (not exists (...)) filter operation |
NotIn | Not In sequence (not in (...)) filter operation |
NotLike | Not Like (not like) filter operation |
OuterJoin | Outer join (outer join) filter operation |