Show / Hide Table of Contents

Method Insert

| Improve this Doc View Source

Insert(Int32, DataRow)

Inserts DataRow at specified index.

Declaration
public void Insert(int index, DataRow dataRow)
Parameters
Type Name Description
System.Int32 index

The specified index.

DataRow dataRow

The DataRow to be inserted.

Implements
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
| Improve this Doc View Source

Insert(Int32, DataRow, Action<DataRow>)

Inserts DataRow at specified index.

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

The specified index.

DataRow dataRow

The DataRow to be inserted.

System.Action<DataRow> updateAction

A delegate to initialize the DataRow.

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