Overload List

NameDescription
SetInt(Int32, Int32)
Set the value of an int field at index nFieldIndex.
SetInt(String, Int32)
Sets the value of an int field, given its name
SetInt(Schema..::..Field, Int32)
Sets the value of an int 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