CoreStrings.NamedIndexDefinedOnNonExistentProperty Metoda

Definicja

Indeks "{indexName}" określony za pośrednictwem 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 NamedIndexDefinedOnNonExistentProperty (object indexName, object entityType, object indexPropertyList, object propertyName);
public static string NamedIndexDefinedOnNonExistentProperty (object? indexName, object? entityType, object? indexProperties, object? propertyName);
static member NamedIndexDefinedOnNonExistentProperty : obj * obj * obj * obj -> string
static member NamedIndexDefinedOnNonExistentProperty : obj * obj * obj * obj -> string
Public Shared Function NamedIndexDefinedOnNonExistentProperty (indexName As Object, entityType As Object, indexPropertyList As Object, propertyName As Object) As String
Public Shared Function NamedIndexDefinedOnNonExistentProperty (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