Partager via


CoreStrings.NamedIndexDefinedOnIgnoredProperty Méthode

Définition

L’index « {indexName} » spécifié via l’attribut [Index] sur le type d’entité « {entityType} » avec les propriétés {indexProperties} n’est pas valide. La propriété « {propertyName} » a été marquée comme démapped via l’attribut [NotMapped] ou l’API Fluent « EntityTypeBuilder.Ignore ». Un index ne peut pas utiliser de propriétés non mappées.

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

Paramètres

indexName
Object
entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

Retours

S’applique à