Overload List

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