EntitySet(Of TEntity).IndexOf Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the index of the entity.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entity
- Type: TEntity
The entity whose index is to be returned.
Implements
IList(Of T).IndexOf(T)
Show: