Overload List

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