RelationalKeyExtensions.GetMappedConstraints(IKey) Méthode

Définition

Obtient les contraintes uniques auxquelles la clé est mappée.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint> GetMappedConstraints (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member GetMappedConstraints : Microsoft.EntityFrameworkCore.Metadata.IKey -> seq<Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint>
<Extension()>
Public Function GetMappedConstraints (key As IKey) As IEnumerable(Of IUniqueConstraint)

Paramètres

key
IKey

Clé.

Retours

Contraintes uniques auxquelles la clé est mappée.

S’applique à