CoreStrings.UnnamedIndexDefinedOnNonExistentProperty 方法

定义

通过实体类型“{entityType}”上的 [Index] 属性指定的未命名索引引用属性 {indexProperties},但该实体类型或其任何基类型上不存在名为“{propertyName}”的属性。

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

参数

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

返回

适用于