Stores the characters of the given character array in the specified column.
public void SetChars( int iCol, char[] value );
Remarks
This method sets the specified zero-based column value to the characters of the given character array. SetChars may be used for numeric, string, memo or varchar types. No conversions are performed. To set a variable length character field to NULL, use SetValue with a null or empty value.
See Also