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