CoreStrings.UnnamedIndexDefinedOnIgnoredProperty Metoda

Definicja

Indeks nienazwany określony za pomocą atrybutu [Index] w typie jednostki "{entityType}" o właściwościach {indexProperties} jest nieprawidłowy. Właściwość "{propertyName}" została oznaczona jako niezamapowana przez atrybut [NotMapped] lub "Ignore()" w elemencie "OnModelCreating". Indeks nie może używać niezamapowanych właściwości.

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

Parametry

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

Zwraca

Dotyczy