setValue(_:forAttribute:)
Sets the values of an attribute of the record.
Declaration
func setValue(_ inValueOrValues: Any!, forAttribute inAttribute: String!) throwsParameters
- inValueOrValues:
The value or values. Can be of type
NSStringorNSData, or anNSArraywith elements of both types. - inAttribute:
The attribute.