CoreStrings.UnnamedIndexDefinedOnNonExistentProperty Metoda

Definicja

Nienazwany indeks określony za pomocą atrybutu [Index] w typie jednostki "{entityType}" odwołuje się do właściwości {indexProperties}, ale żadna właściwość o nazwie {propertyName}" istnieje w tym typie jednostki lub w dowolnym z jego typów bazowych.

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

Parametry

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

Zwraca

Dotyczy