Method Contains
| Improve this Doc View SourceContains(DataRow)
Determines whether this DataSet contains specified DataRow.
Declaration
public bool Contains(DataRow dataRow)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | The specified DataRow. |
Returns
Type | Description |
---|---|
System.Boolean | true if this DataSet contains specified DataRow, otherwise false. |
Implements
System.Collections.Generic.ICollection<T>.Contains(T)