Compartir a través de


CoreStrings.NamedIndexDefinedOnIgnoredProperty Método

Definición

El índice '{indexName}' especificado a través del atributo [Index] en el tipo de entidad '{entityType}' con las propiedades {indexProperties} no es válida. La propiedad '{propertyName}' se ha marcado como no asignada mediante el atributo [NotMapped] o la API fluida "EntityTypeBuilder.Ignore". Un índice no puede usar propiedades no asignadas.

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

Parámetros

indexName
Object
entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

Devoluciones

Se aplica a