Contents

removeValue(_:fromAttribute:)

Removes a value from an attribute of the record.

Declaration

func removeValue(_ inValue: Any!, fromAttribute inAttribute: String!) throws

Parameters

  • inValue:

    The value. Should be of type NSString or NSData.

  • inAttribute:

    The attribute.

Discussion

See Also

Managing Record Attributes