oDataOperators
constoDataOperators:object
OData comparison operators
Type Declaration
empty
readonlyempty:"none"="none"
equal
readonlyequal:"eq"="eq"
greaterThan
readonlygreaterThan:"gt"="gt"
greaterThanEqual
readonlygreaterThanEqual:"ge"="ge"
in
readonlyin:"in"="in"
includes
readonlyincludes:"includes"="includes"
lessThan
readonlylessThan:"lt"="lt"
lessThanEqual
readonlylessThanEqual:"le"="le"
nin
readonlynin:"nin"="nin"
notEqual
readonlynotEqual:"ne"="ne"
startsWith
readonlystartsWith:"startswith"="startswith"