Overload List

NameDescription
SetFunction(Int32, Function)
Set the value of a Function field at index nFieldIndex.
SetFunction(String, Function)
Sets the value of a Function field, given its name.
SetFunction(Schema..::..Field, Function)
Sets the value of a Function field.

The Schema.Field objects used to set and get Tuple field values must be obtained via the Tuple's Schema object. A Schema.Field object that has been created by the user or retrieved from a different Schema may not work.

See Also