Method SetValue
| Improve this Doc View SourceSetValue(DataRow, Object, Boolean)
Sets the data value of specified DataRow.
Declaration
public abstract void SetValue(DataRow dataRow, object value, bool beforeEdit = false)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | The specified DataRow. |
System.Object | value | The data value. |
System.Boolean | beforeEdit | Determines whether should set the original value before DataRow entering edit mode. |