AdsExtendedReader.SetDouble

Advantage .NET Data Provider

  Previous topic Next topic  

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

SetValue

AdsDataReader.GetDouble