CoreStrings.RelationshipConceptualNull(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Parameters
- firstType
- Object
- secondType
- Object
Returns
Applies to
Entity Framework