Compartir a través de


CoreStrings.RelationshipConceptualNull(Object, Object) Método

Definición

La asociación entre los tipos de entidad '{firstType}' y '{secondType}' se ha cortado, pero la relación se marca como obligatoria o es implícitamente necesaria porque la clave externa no admite valores NULL. Si se debe eliminar la entidad dependiente o secundaria cuando se corta una relación necesaria, configure la relación para usar eliminaciones en cascada. Considere la posibilidad de usar "DbContextOptionsBuilder.EnableSensitiveDataLogging" para ver los valores de clave.

public static string RelationshipConceptualNull (object firstType, object secondType);
public static string RelationshipConceptualNull (object? firstType, object? secondType);
static member RelationshipConceptualNull : obj * obj -> string
Public Shared Function RelationshipConceptualNull (firstType As Object, secondType As Object) As String

Parámetros

firstType
Object
secondType
Object

Devoluciones

Se aplica a