CoreStrings.RelationshipConceptualNullSensitive 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體 '{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