Partager via


IConventionRelationshipBuilder.CanInvert Méthode

Définition

Retourne une valeur indiquant si les types d’entités principal et dépendant peuvent être changés à partir de la source de configuration actuelle.

public bool CanInvert (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> newForeignKeyProperties, bool fromDataAnnotation = false);
abstract member CanInvert : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool -> bool
Public Function CanInvert (newForeignKeyProperties As IReadOnlyList(Of IConventionProperty), Optional fromDataAnnotation As Boolean = false) As Boolean

Paramètres

newForeignKeyProperties
IReadOnlyList<IConventionProperty>

Propriétés à utiliser comme nouvelle clé étrangère ou null pour utiliser des propriétés compatibles.

fromDataAnnotation
Boolean

Indique si la configuration a été spécifiée à l’aide d’une annotation de données.

Retours

true si les types d’entité principal et dépendant peuvent être changés.

S’applique à