Condividi tramite


CoreStrings.RelationshipConceptualNullSensitive Metodo

Definizione

L'associazione tra entità '{firstType}' e '{secondType}' con il valore della chiave '{secondKeyValue}' è stata interrotta, ma la relazione è contrassegnata come obbligatoria o è implicitamente necessaria perché la chiave esterna non è nullable. Se l'entità dipendente/figlio deve essere eliminata quando viene grave una relazione richiesta, configurare la relazione per l'uso di eliminazioni a catena.

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

Parametri

firstType
Object
secondType
Object
secondKeyValue
Object

Restituisce

Si applica a