[]
Assigns an unbound value to this row at a given column.
protected bool SetUnboundValue(Column col, object value)
Type | Name | Description |
---|---|---|
Column | col | Column that contains the value. |
object | value | Unbound value to be stored at the given column. |
Type | Description |
---|---|
bool | True if the value was stored successfully. |