CoreStrings.RelationshipConceptualNull(Object, Object) Method

Definition

The association between entity types '{firstType}' and '{secondType}' has been severed, but the relationship is either marked as required or is implicitly required because the foreign key is not nullable. If the dependent/child entity should be deleted when a required relationship is severed, configure the relationship to use cascade deletes. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.

C#
public static string RelationshipConceptualNull (object firstType, object secondType);
C#
public static string RelationshipConceptualNull (object? firstType, object? secondType);

Parameters

firstType
Object
secondType
Object

Returns

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0