Partager via


CoreStrings.InconsistentOwnership(Object, Object) Méthode

Définition

Attention

Cette API est à présent déconseillée.

Le type d’entité « {ownedEntityType} » est configuré comme appartenant, mais le type d’entité « {nonOwnedEntityType} » ne l’est pas. Configurez tous les types d’entités en définissant des navigations partageant un type CLR comme appartenant à « OnModelCreating ».

public static string InconsistentOwnership (object ownedEntityType, object nonOwnedEntityType);
[System.Obsolete]
public static string InconsistentOwnership (object? ownedEntityType, object? nonOwnedEntityType);
static member InconsistentOwnership : obj * obj -> string
[<System.Obsolete>]
static member InconsistentOwnership : obj * obj -> string
Public Shared Function InconsistentOwnership (ownedEntityType As Object, nonOwnedEntityType As Object) As String

Paramètres

ownedEntityType
Object
nonOwnedEntityType
Object

Retours

Attributs

S’applique à