Stores the given boolean value in the specified column.
public void SetBoolean( int iCol, bool value );
Remarks
This method sets the specified zero-based column value to true or false. No conversions are performed. To set a boolean field to NULL, use SetValue with a null or empty value.
See Also