Sdílet prostřednictvím


CoreStrings.UnnamedIndexDefinedOnNonExistentProperty Metoda

Definice

Nepojmenovaný index zadaný prostřednictvím atributu [Index] u typu entity {entityType} odkazuje na vlastnosti {indexProperties}, ale u tohoto typu entity nebo žádného z jejích základních typů neexistuje žádná vlastnost s názvem {propertyName}.

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

Návraty

Platí pro