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


CoreStrings.UnnamedIndexDefinedOnIgnoredProperty Метод

Определение

Неименованный индекс, указанный с помощью атрибута [Index] типа сущности "{entityType}" со свойствами {indexProperties}, недопустим. Свойство "{propertyName}" было отмечено как несопоставленное атрибутом [NotMapped] или Ignore()" в OnModelCreating. Индекс не может использовать несопоставленные свойства.

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

Параметры

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

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

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