Show / Hide Table of Contents

Method CopyValue

| Improve this Doc View Source

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

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