Overload List
| Name | Description |
|---|---|
| SetTuple(Int32, Tuple) |
Set the value of a Tuple field at index nFieldIndex.
|
| SetTuple(String, Tuple) |
Sets the value of a Tuple field, given its name.
|
| SetTuple(Schema..::..Field, Tuple) |
Sets the value of a Tuple 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.
|