共用方式為


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

傳回

適用於