ModelExtensions.IsIndexerMethod(IModel, MethodInfo) 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 si l’objet MethodInfo donné reprenait un accès à l’indexeur.
public static bool IsIndexerMethod (this Microsoft.EntityFrameworkCore.Metadata.IModel model, System.Reflection.MethodInfo methodInfo);
static member IsIndexerMethod : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Reflection.MethodInfo -> bool
<Extension()>
Public Function IsIndexerMethod (model As IModel, methodInfo As MethodInfo) As Boolean
- model
- IModel
Modèle à utiliser.
- methodInfo
- MethodInfo
MethodInfo pour lequel case activée.
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 :