EntitySet<TEntity>.IndexOf method
Returns the zero-based index of the first occurrence of a specified entity in the collection.
Overload list
| Name | Description | |
|---|---|---|
![]() |
IndexOf(Object) | Returns the zero-based index of the first occurrence of the specified object in the collection. |
![]() |
IndexOf(TEntity) | Returns the zero-based index of the first occurrence of the specified entity in the collection. |
Top
.gif)