共用方式為


CoreStrings.RelationshipConceptualNullSensitive 方法

定義

實體 '{firstType}' 和 '{secondType}' 與索引鍵值 '{secondKeyValue}' 之間的關聯已嚴重中斷,但關聯性會標示為必要或隱含需要,因為外鍵不可為 Null。 如果當必要關聯性中斷時應該刪除相依/子實體,請將關聯性設定為使用串聯刪除。

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

參數

firstType
Object
secondType
Object
secondKeyValue
Object

傳回

適用於