Show / Hide Table of Contents

Method AddRow

| Improve this Doc View Source

AddRow(Action<T, DataRow>)

Adds DataRow into this DataSet.

Declaration
public DataRow AddRow(Action<T, DataRow> updateAction = null)
Parameters
Type Name Description
System.Action<T, DataRow> updateAction

The delegate to initialize the DataRow.

Returns
Type Description
DataRow
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest