-
Constant
QueryOperator.code
value for the OData ‘eq’ operator.Declaration
Swift
public static let equal: Int = (1 as Int)
-
Constant
QueryOperator.code
value for the OData ‘ne’ operator.Declaration
Swift
public static let notEqual: Int = (2 as Int)
-
Constant
QueryOperator.code
value for the OData ‘gt’ operator.Declaration
Swift
public static let greaterThan: Int = (3 as Int)
-
Constant
QueryOperator.code
value for the OData ‘ge’ operator.Declaration
Swift
public static let greaterEqual: Int = (4 as Int)
-
Constant
QueryOperator.code
value for the OData ‘lt’ operator.Declaration
Swift
public static let lessThan: Int = (5 as Int)
-
Constant
QueryOperator.code
value for the OData ‘le’ operator.Declaration
Swift
public static let lessEqual: Int = (6 as Int)
-
Constant
QueryOperator.code
value for the OData ‘and’ operator.Declaration
Swift
public static let and: Int = (7 as Int)
-
Constant
QueryOperator.code
value for the OData ‘or’ operator.Declaration
Swift
public static let or: Int = (8 as Int)
-
Constant
QueryOperator.code
value for the OData ‘not’ operator.Declaration
Swift
public static let not: Int = (9 as Int)
-
Constant
QueryOperator.code
value for the OData ‘-’ operator.Declaration
Swift
public static let negate: Int = (10 as Int)
-
Constant
QueryOperator.code
value for the OData ‘add’ operator.Declaration
Swift
public static let add: Int = (11 as Int)
-
Constant
QueryOperator.code
value for the OData ‘sub’ operator.Declaration
Swift
public static let subtract: Int = (12 as Int)
-
Constant
QueryOperator.code
value for the OData ‘mul’ operator.Declaration
Swift
public static let multiply: Int = (13 as Int)
-
Constant
QueryOperator.code
value for the OData ‘div’ operator.Declaration
Swift
public static let divide: Int = (14 as Int)
-
Constant
QueryOperator.code
value for the OData ‘mod’ operator.Declaration
Swift
public static let modulo: Int = (15 as Int)
-
Constant
QueryOperator.code
value for the OData ‘any’ operator.Declaration
Swift
public static let any: Int = (16 as Int)
-
Constant
QueryOperator.code
value for the OData ‘all’ operator.Declaration
Swift
public static let all: Int = (17 as Int)
-
Constant
QueryOperator.code
value for the OData ‘has’ operator.Declaration
Swift
public static let has: Int = (18 as Int)