EntityKey
open class EntityKey : ObjectBase
Encapsulates an OData entity key.
-
A map containing the key/value pairs for key properties.
Declaration
Swift
final public var map: DataValueMap -
Default initializer.
Declaration
Swift
override public init() -
Declaration
Swift
override open func toString() -> StringReturn Value
A string representation of this object.
-
Set the value of a key property.
Declaration
Swift
open func with(name: String, value: DataValue?) -> EntityKeyParameters
nameKey property name.
valueKey property value.
Return Value
This key.