CoreStrings.RelationshipConceptualNullSensitive Method

Definition

The association between entities '{firstType}' and '{secondType}' with the key value '{secondKeyValue}' 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.

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

Parameters

firstType
Object
secondType
Object
secondKeyValue
Object

Returns

Applies to