Stores the given byte value in the specified column.
public void SetByte( int iCol, byte value);
Remarks
This method sets the specified zero-based column value to the given byte value. No conversions are performed. To set a byte field to NULL, use SetValue with a null or empty value.
See Also