Sdílet prostřednictvím


CoreStrings.RelationshipConceptualNullSensitive Metoda

Definice

Přidružení mezi entitami {firstType} a {secondType} s hodnotou klíče {secondKeyValue} bylo přerušeno, ale relace je buď označena jako povinná, nebo je implicitně povinná, protože cizí klíč nemá hodnotu null. Pokud by se měla při oddělení požadované relace odstranit závislá nebo podřízená entita, nakonfigurujte relaci tak, aby používal kaskádové odstranění.

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

Parametry

firstType
Object
secondType
Object
secondKeyValue
Object

Návraty

Platí pro