次の方法で共有


CoreStrings.KeyPropertiesWrongEntity(Object, Object) メソッド

定義

指定したキー プロパティ {keyProperties} は、エンティティ型 '{entityType}' では宣言されていません。 ターゲット エンティティ型でキー プロパティが宣言されていることを確認します。

public static string KeyPropertiesWrongEntity (object key, object entityType);
public static string KeyPropertiesWrongEntity (object keyProperties, object entityType);
public static string KeyPropertiesWrongEntity (object? keyProperties, object? entityType);
static member KeyPropertiesWrongEntity : obj * obj -> string
static member KeyPropertiesWrongEntity : obj * obj -> string
Public Shared Function KeyPropertiesWrongEntity (key As Object, entityType As Object) As String
Public Shared Function KeyPropertiesWrongEntity (keyProperties As Object, entityType As Object) As String

パラメーター

keykeyProperties
Object
entityType
Object

戻り値

適用対象