DataRowCollection.Contains Method
.NET Framework 4.5
Gets a value that indicates whether the primary key columns of any row in the collection contain the specified value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Contains(Object) | Gets a value that indicates whether the primary key of any row in the collection contains the specified value. |
|
Contains(Object[]) | Gets a value that indicates whether the primary key columns of any row in the collection contain the values specified in the object array. |