Show / Hide Table of Contents

Method AddRow

| Improve this Doc View Source

AddRow(Action<DataRow>)

Adds a DataRow into this DataSet.

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

The delegate to initialize the newly added DataRow.

Returns
Type Description
DataRow

The newly added DataRow.

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