Method IndexOf
| Improve this Doc View SourceIndexOf(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)