Partager via


CoreStrings.PrimaryKeyDefinedOnNonExistentProperty Méthode

Définition

L’attribut [PrimaryKey] sur le type d’entité « {entityType} » fait référence aux propriétés {properties}, 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 PrimaryKeyDefinedOnNonExistentProperty (object? entityType, object? properties, object? propertyName);
static member PrimaryKeyDefinedOnNonExistentProperty : obj * obj * obj -> string
Public Shared Function PrimaryKeyDefinedOnNonExistentProperty (entityType As Object, properties As Object, propertyName As Object) As String

Paramètres

entityType
Object
properties
Object
propertyName
Object

Retours

S’applique à