Sdílet prostřednictvím


CoreStrings.InconsistentOwnership(Object, Object) Metoda

Definice

Upozornění

Toto rozhraní API je teď zastaralé.

Typ entity {ownedEntityType} je nakonfigurován jako vlastněný, ale typ entity {nonOwnedEntityType} není. Nakonfigurujte všechny typy entit tak, že definujete navigace, které sdílejí typ CLR jako vlastněný v 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

Parametry

ownedEntityType
Object
nonOwnedEntityType
Object

Návraty

Atributy

Platí pro