CoreStrings.UnnamedIndexDefinedOnIgnoredProperty Método

Definição

O índice sem nome especificado por meio do atributo [Index] no tipo de entidade '{entityType}' com as propriedades {indexProperties} é inválido. A propriedade '{propertyName}' foi marcada como não mapeada pelo atributo [NotMapped] ou 'Ignore()' em 'OnModelCreating'. Um índice não pode usar propriedades não mapeadas.

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

Parâmetros

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

Retornos

Aplica-se a