Stores the given string value in the specified column.
public void SetString( int iCol, string value );
Remarks
This method sets the specified zero-based column value to the given string value. SetString may be used for character or memo fields. No conversions are performed. To set a string field to NULL, use SetValue with a null or empty value.
See Also