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