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