Method CopyValuesFrom
| Improve this Doc View SourceCopyValuesFrom(DataRow, Boolean)
Copies data values from specified DataRow.
Declaration
public void CopyValuesFrom(DataRow from, bool recursive = true)
Parameters
Type | Name | Description |
---|---|---|
DataRow | from | The specified DataRow. |
System.Boolean | recursive | Specifies whether child DataSet should be copied. |
CopyValuesFrom(DataRow, IReadOnlyList<ColumnMapping>)
Copies data values from other DataRow, for specified column mappings.
Declaration
public void CopyValuesFrom(DataRow from, IReadOnlyList<ColumnMapping> columnMappings)
Parameters
Type | Name | Description |
---|---|---|
DataRow | from | The DataRow where data values will be copied from. |
System.Collections.Generic.IReadOnlyList<ColumnMapping> | columnMappings | The specified column mappings. |