AdsExtendedReader.SetFloat

Advantage .NET Data Provider

Stores the given float value in the specified column.

public void SetFloat( int iCol, float value );

Remarks

This method sets the specified zero-based column single-precision floating-point value to the given float value. No conversions are performed. To set a float field to NULL, use SetValue with a null or empty value.

See Also

SetValue

AdsDataReader.GetFloat