Partager via


RuntimeProperty.IReadOnlyProperty.IsIndex Méthode

Définition

Obtient une valeur indiquant si cette propriété est utilisée comme index (ou partie d’un index composite).

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyProperty.IsIndex ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsIndex : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsIndex : unit -> bool
Function IsIndex () As Boolean Implements IReadOnlyProperty.IsIndex

Retours

true si la propriété est utilisée comme index, sinon false.

Implémente

Attributs

S’applique à