Freigeben über


CoreStrings.CompositePKWithDataAnnotation(Object) Methode

Definition

Der Entitätstyp '{entityType}' verfügt über mehrere Eigenschaften mit dem [Key]-Attribut. Zusammengesetzte Primärschlüssel, die durch Platzieren des [PrimaryKey]-Attributs in der Entitätstypklasse oder mithilfe von "HasKey" in "OnModelCreating" konfiguriert werden.

public static string CompositePKWithDataAnnotation (object entityType);
public static string CompositePKWithDataAnnotation (object? entityType);
static member CompositePKWithDataAnnotation : obj -> string
Public Shared Function CompositePKWithDataAnnotation (entityType As Object) As String

Parameter

entityType
Object

Gibt zurück

Gilt für: