CoreStrings.KeyInUse メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
KeyInUse(Object, Object, Object, Object) |
エンティティ型 '{entityType}' からキー {keyProperties} を削除できません。これは、エンティティ型 '{dependentType}' で定義されている外部キー {foreignKeyProperties} によって参照されているためです。 キーを削除する前に、参照しているすべての外部キーのプリンシパル キーを削除または変更します。 |
KeyInUse(Object, Object, Object) |
エンティティ型 '{entityType}' のキー {key} はエンティティ型 '{dependentType}' の外部キーによって参照されているため、削除できません。 参照されるキーを削除するには、すべての外部キーを削除または再定義する必要があります。 |
KeyInUse(Object, Object, Object, Object)
エンティティ型 '{entityType}' からキー {keyProperties} を削除できません。これは、エンティティ型 '{dependentType}' で定義されている外部キー {foreignKeyProperties} によって参照されているためです。 キーを削除する前に、参照しているすべての外部キーのプリンシパル キーを削除または変更します。
public static string KeyInUse (object keyProperties, object entityType, object foreignKeyProperties, object dependentType);
public static string KeyInUse (object? keyProperties, object? entityType, object? foreignKeyProperties, object? dependentType);
static member KeyInUse : obj * obj * obj * obj -> string
Public Shared Function KeyInUse (keyProperties As Object, entityType As Object, foreignKeyProperties As Object, dependentType As Object) As String
パラメーター
- keyProperties
- Object
- entityType
- Object
- foreignKeyProperties
- Object
- dependentType
- Object
戻り値
適用対象
KeyInUse(Object, Object, Object)
エンティティ型 '{entityType}' のキー {key} はエンティティ型 '{dependentType}' の外部キーによって参照されているため、削除できません。 参照されるキーを削除するには、すべての外部キーを削除または再定義する必要があります。
public static string KeyInUse (object key, object entityType, object dependentType);
static member KeyInUse : obj * obj * obj -> string
Public Shared Function KeyInUse (key As Object, entityType As Object, dependentType As Object) As String
パラメーター
- key
- Object
- entityType
- Object
- dependentType
- Object
戻り値
適用対象
Entity Framework