Overload List
Name | Description |
---|---|
SetNull(Int32) |
Set the field located at nFieldIndex to null
|
SetNull(String) |
Set the field named sName to null
|
SetNull(Schema..::..Field) |
Set the field to null
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.
|