Show / Hide Table of Contents

Method Insert

| Improve this Doc View Source

Insert(Int32, Action<T, DataRow>)

Inserts DataRow at specified index.

Declaration
public DataRow Insert(int index, Action<T, DataRow> updateAction)
Parameters
Type Name Description
System.Int32 index

The specified index.

System.Action<T, DataRow> updateAction

The delegate to initialize the DataRow.

Returns
Type Description
DataRow

The inserted DataRow.

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