Contents

values(forAttribute:)

Returns the values of an attribute of the record.

Declaration

func values(forAttribute inAttribute: String!) throws -> [Any]

Parameters

  • inAttribute:

    The attribute.

Return Value

An array of attribute values. Elements are of type NSString or NSData.

Discussion

See Also

Managing Record Attributes