Condividi tramite


CoreStrings.UnnamedIndexDefinedOnNonExistentProperty Metodo

Definizione

Un indice senza nome specificato tramite l'attributo [Index] sul tipo di entità '{entityType}' fa riferimento alle proprietà {indexProperties}, ma nessuna proprietà con nome '{propertyName}' esiste in tale tipo di entità o in uno dei relativi tipi di 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

Parametri

entityType
Object
indexPropertyListindexProperties
Object
propertyName
Object

Restituisce

Si applica a