Udostępnij za pośrednictwem


CoreStrings.NamedIndexDefinedOnIgnoredProperty Metoda

Definicja

Indeks "{indexName}" określony za pośrednictwem atrybutu [Index] w typie jednostki "{entityType}" o właściwościach {indexProperties} jest nieprawidłowy. Właściwość "{propertyName}" została oznaczona jako niezamapowana za pomocą atrybutu [NotMapped] lub płynnego interfejsu API "EntityTypeBuilder.Ignore". Indeks nie może używać niezamapowanych właściwości.

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

Parametry

indexName
Object
entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

Zwraca

Dotyczy