Show / Hide Table of Contents

Method EndAdd

| Improve this Doc View Source

EndAdd()

Commits the adding DataRow into this DataSet.

Declaration
public DataRow EndAdd()
Returns
Type Description
DataRow

The DataRow which is newly added into this DataSet.

| Improve this Doc View Source

EndAdd(Int32)

Commits the adding DataRow into this DataSet at specified index.

Declaration
public DataRow EndAdd(int index)
Parameters
Type Name Description
System.Int32 index

The specified index.

Returns
Type Description
DataRow

The DataRow which is newly added into this DataSet.

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