Поделиться через


CoreStrings.UnnamedIndexDefinedOnNonExistentProperty Метод

Определение

Неименованный индекс, указанный с помощью атрибута [Index] типа сущности "{entityType}", ссылается на свойства {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

Возвращаемое значение

Применяется к