Show / Hide Table of Contents

Method IndexOf

| Improve this Doc View Source

IndexOf(DataRow)

Gets the index of specified DataRow in this DataSet.

Declaration
public abstract int IndexOf(DataRow dataRow)
Parameters
Type Name Description
DataRow dataRow

The specified DataRow.

Returns
Type Description
System.Int32

Index in this DataSet.

Implements
System.Collections.Generic.IList<T>.IndexOf(T)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest