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

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

Paramètres

property
IPropertyBase

Propriété à vérifier.

Retours

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

S’applique à