EntitySet<TEntity>.IndexOf(TEntity) Metodo

Definizione

Restituisce l'indice dell'entità.

public:
 virtual int IndexOf(TEntity entity);
public int IndexOf (TEntity entity);
abstract member IndexOf : 'Entity -> int
override this.IndexOf : 'Entity -> int
Public Function IndexOf (entity As TEntity) As Integer

Parametri

entity
TEntity

Entità il cui indice deve essere restituito.

Restituisce

Intero che rappresenta l'indice.

Implementazioni

Si applica a