PropertyPath

open class PropertyPath : QueryValue

Abstract base class for Property and DataPath. Values of type PropertyPath are typically used in query construction.

See also

DataQuery.select, DataQuery.expand, DataQuery.orderBy.
  • Default initializer.

    Declaration

    Swift

    override public init()
  • Declaration

    Swift

    open func toPath() -> DataPath

    Return Value

    this property or path, expressed as a DataPath.