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