ResourcePath
open class ResourcePath : DataValue, @unchecked Sendable
Holds the path to a data service resource.
-
Default initializer.
Declaration
Swift
override public init() -
Declaration
Swift
override open func copyMutable() -> DataValueReturn Value
A clone of this value if it (together with all value subcomponents) is possibly mutable, or return
selfvalue if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query. -
Data type of the wrapped value.
Declaration
Swift
override open var dataType: DataType { get } -
Declaration
Swift
open class func join(_ joinSets: EntitySetList) -> ResourcePathParameters
joinSetsEntity sets to be joined.
Return Value
A new resource path specifying
joinSets. -
Entity sets for cross join.
EntitySetList.emptyif none were specified.Declaration
Swift
open var joinSets: EntitySetList { get set } -
Convert this data value to a string. If the
dataTypeis defined by XML Schema Part 2: Datatypes, then the corresponding lexical format is used. JSON format is used for structured values (arrays and objects).Declaration
Swift
override open func toString() -> StringReturn Value
Lexical representation of this data value.