PropertyBaseExtensions.IsIndexerProperty(IPropertyBase) Méthode
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 une valeur indiquant s’il s’agit d’une propriété d’indexeur. Une propriété d’indexeur est accessible via un indexeur sur la classe d’entité.
public static bool IsIndexerProperty (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
static member IsIndexerProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> bool
<Extension()>
Public Function IsIndexerProperty (property As IPropertyBase) As Boolean
- property
- IPropertyBase
Propriété à vérifier.
true
si la propriété est une propriété d’indexeur, sinon false
.
Produit | Versions |
---|---|
Entity Framework Core | 5.0 |
Commentaires sur Entity Framework
Entity Framework est un projet open source. Sélectionnez un lien pour fournir des commentaires :