Method GetValue
| Improve this Doc View SourceGetValue(DataRow, Boolean)
Gets the data value of specified DataRow.
Declaration
public abstract object GetValue(DataRow dataRow, bool beforeEdit = false)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | The specified DataRow. |
System.Boolean | beforeEdit | Determines whether should return the value before DataRow entering edit mode. |
Returns
Type | Description |
---|---|
System.Object | The data value. |