Share via


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

定義

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

public static string IndexPropertiesWrongEntity (object index, object entityType);
public static string IndexPropertiesWrongEntity (object? indexProperties, object? entityType);
static member IndexPropertiesWrongEntity : obj * obj -> string
static member IndexPropertiesWrongEntity : obj * obj -> string
Public Shared Function IndexPropertiesWrongEntity (index As Object, entityType As Object) As String
Public Shared Function IndexPropertiesWrongEntity (indexProperties As Object, entityType As Object) As String

パラメーター

indexindexProperties
Object
entityType
Object

戻り値

適用対象