Show / Hide Table of Contents

Method InsertRow

| Improve this Doc View Source

InsertRow(Int32, Action<DataRow>)

Inserts a DataRow into this DataSet at specified index.

Declaration
public DataRow InsertRow(int index, Action<DataRow> updateAction = null)
Parameters
Type Name Description
System.Int32 index

The specified index.

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