EntitySet<TEntity>.IndexOf Method
Include Protected Members
Include Inherited Members
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