次の方法で共有


CoreStrings.RelationshipConceptualNullSensitive メソッド

定義

キー値 '{secondKeyValue}' を持つエンティティ '{firstType}' と '{secondType}' の間の関連付けは切断されましたが、リレーションシップは必須としてマークされているか、外部キーが 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

戻り値

適用対象