Method CopyValue
| Improve this Doc View SourceCopyValue(DataRow, DataRow)
Copies value from source DataRow to target DataRow.
Declaration
public void CopyValue(DataRow sourceDataRow, DataRow targetDataRow)
Parameters
Type | Name | Description |
---|---|---|
DataRow | sourceDataRow | The source DataRow. |
DataRow | targetDataRow | The target DataRow. |