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