Overload List

NameDescription
SetList(Int32, IList<(Of <<'(Object>)>>))
Set the value of a List<(Of <(<'T>)>)> field at index nFieldIndex.
SetList(String, IList<(Of <<'(Object>)>>))
Sets the value of a List<(Of <(<'T>)>)> field, given its name.
SetList(Schema..::..Field, IList<(Of <<'(Object>)>>))
Sets the value of a List<(Of <(<'T>)>)> 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