-
Constant
QueryFunction.code
value for the OData ‘contains’ function.Declaration
Swift
public static let contains: Int = (1 as Int)
-
Constant
QueryFunction.code
value for the OData ‘endswith’ function.Declaration
Swift
public static let endsWith: Int = (2 as Int)
-
Constant
QueryFunction.code
value for the OData ‘startswith’ function.Declaration
Swift
public static let startsWith: Int = (3 as Int)
-
Constant
QueryFunction.code
value for the OData ‘length’ function.Declaration
Swift
public static let length: Int = (4 as Int)
-
Constant
QueryFunction.code
value for the OData ‘indexof’ function.Declaration
Swift
public static let indexOf: Int = (5 as Int)
-
Constant
QueryFunction.code
value for the OData ‘substring’ function.Declaration
Swift
public static let substring: Int = (6 as Int)
-
Constant
QueryFunction.code
value for the OData ‘tolower’ function.Declaration
Swift
public static let toLower: Int = (7 as Int)
-
Constant
QueryFunction.code
value for the OData ‘toupper’ function.Declaration
Swift
public static let toUpper: Int = (8 as Int)
-
Constant
QueryFunction.code
value for the OData ‘trim’ function.Declaration
Swift
public static let trim: Int = (9 as Int)
-
Constant
QueryFunction.code
value for the OData ‘concat’ function.Declaration
Swift
public static let concat: Int = (10 as Int)
-
Constant
QueryFunction.code
value for the OData ‘year’ function.Declaration
Swift
public static let year: Int = (11 as Int)
-
Constant
QueryFunction.code
value for the OData ‘month’ function.Declaration
Swift
public static let month: Int = (12 as Int)
-
Constant
QueryFunction.code
value for the OData ‘day’ function.Declaration
Swift
public static let day: Int = (13 as Int)
-
Constant
QueryFunction.code
value for the OData ‘hour’ function.Declaration
Swift
public static let hour: Int = (14 as Int)
-
Constant
QueryFunction.code
value for the OData ‘minute’ function.Declaration
Swift
public static let minute: Int = (15 as Int)
-
Constant
QueryFunction.code
value for the OData ‘second’ function.Declaration
Swift
public static let second: Int = (16 as Int)
-
Constant
QueryFunction.code
value for the OData ‘fractionalseconds’ function.Declaration
Swift
public static let fractionalSeconds: Int = (17 as Int)
-
Constant
QueryFunction.code
value for the OData ‘date’ function.Declaration
Swift
public static let date: Int = (18 as Int)
-
Constant
QueryFunction.code
value for the OData ‘time’ function.Declaration
Swift
public static let time: Int = (19 as Int)
-
Constant
QueryFunction.code
value for the OData ‘totaloffsetminutes’ function.Declaration
Swift
public static let totalOffsetMinutes: Int = (20 as Int)
-
Constant
QueryFunction.code
value for the OData ‘now’ function.Declaration
Swift
public static let now: Int = (21 as Int)
-
Constant
QueryFunction.code
value for the OData ‘mindatetime’ function.Declaration
Swift
public static let minDateTime: Int = (22 as Int)
-
Constant
QueryFunction.code
value for the OData ‘maxdatetime’ function.Declaration
Swift
public static let maxDateTime: Int = (23 as Int)
-
Constant
QueryFunction.code
value for the OData ‘round’ function.Declaration
Swift
public static let round: Int = (24 as Int)
-
Constant
QueryFunction.code
value for the OData ‘floor’ function.Declaration
Swift
public static let floor: Int = (25 as Int)
-
Constant
QueryFunction.code
value for the OData ‘ceiling’ function.Declaration
Swift
public static let ceiling: Int = (26 as Int)
-
Constant
QueryFunction.code
value for the OData ‘cast’ function.Declaration
Swift
public static let cast: Int = (27 as Int)
-
Constant
QueryFunction.code
value for the OData ‘isof’ function.Declaration
Swift
public static let isof: Int = (28 as Int)
-
Constant
QueryFunction.code
value for the OData ‘geo.distance’ function.Declaration
Swift
public static let geoDistance: Int = (29 as Int)
-
Constant
QueryFunction.code
value for the OData ‘geo.intersects’ function.Declaration
Swift
public static let geoIntersects: Int = (30 as Int)
-
Constant
QueryFunction.code
value for the OData ‘geo.length’ function.Declaration
Swift
public static let geoLength: Int = (31 as Int)