Show / Hide Table of Contents

Method CopyValuesFrom

| Improve this Doc View Source

CopyValuesFrom(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest