Parameters
- name
 - The name of the column.
 - value
 - Column value.
 
Use SetValue(String,Object) method to set column with specific name in the current row to the value. To assign a column NULL value use SetNull(String) method instead.
The columns that you did not explicitly assign a value are considered to be NULL.