Method Contains
| Improve this Doc View SourceContains(DataRow)
Determines whether this collection contains specified DataRow.
Declaration
bool Contains(DataRow dataRow)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | The specified DataRow. |
Returns
Type | Description |
---|---|
System.Boolean | true if this collection contains specified DataRow, otherwise false. |