PropertyBaseExtensions.IsIndexerProperty(IPropertyBase) Méthode

Définition

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é.

C#
public static bool IsIndexerProperty (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);

Paramètres

property
IPropertyBase

Propriété à vérifier.

Retours

true si la propriété est une propriété d’indexeur, sinon false.

S’applique à

Produit Versions
Entity Framework Core 5.0