共用方式為


CoreStrings.RelationshipConceptualNull(Object, Object) 方法

定義

實體類型 '{firstType}' 與 '{secondType}' 之間的關聯已遭到破壞,但關聯性會標示為必要或隱含必要,因為外鍵不可為 Null。 如果中斷必要的關聯性時應該刪除相依/子實體,請將關聯性設定為使用串聯刪除。 請考慮使用 'DbCoNtextOptionsBuilder.EnableSensitiveDataLogging' 來查看索引鍵值。

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

參數

firstType
Object
secondType
Object

傳回

適用於