Partager via


CoreStrings.UnnamedIndexDefinedOnNonExistentProperty Méthode

Définition

Un index sans nom spécifié via l’attribut [Index] sur le type d’entité « {entityType} » fait référence aux propriétés {indexProperties}, mais aucune propriété portant le nom « {propertyName} » n’existe sur ce type d’entité ou sur l’un de ses types de base.

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

Paramètres

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

Retours

S’applique à