Advantage .NET Data Provider
Stores the given Int32 value in the specified column.
public void SetInt32( int iCol, Int32 value );
This method sets the specified zero-based column 32-bit signed integer value to the given Int32 value. No conversions are performed. To set an integer field to NULL, use SetValue with a null or empty value.
See Also