Compartir a través de


CoreStrings.InconsistentOwnership(Object, Object) Método

Definición

Precaución

Esta API ya está en desuso.

El tipo de entidad '{ownedEntityType}' está configurado como propiedad, pero el tipo de entidad '{nonOwnedEntityType}' no lo es. Configure todos los tipos de entidad con la definición de navegaciones que comparten un tipo CLR como propiedad de "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

Parámetros

ownedEntityType
Object
nonOwnedEntityType
Object

Devoluciones

Atributos

Se aplica a