PropertyBaseExtensions.GetIndex(IPropertyBase) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’index de propriété pour cette propriété.
public static int GetIndex(this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
static member GetIndex : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> int
<Extension()>
Public Function GetIndex (property As IPropertyBase) As Integer
Paramètres
- property
- IPropertyBase
Propriété pour laquelle l’index de propriété sera retourné.
Retours
Index de la propriété.