Bei Fragen zum ADO.NET Entity Framework Version 6. Fügen Sie auch das generische Tag [entity-framework] hinzu, wenn Ihre Frage nicht auf die EF6-Version beschränkt ist.
Ich habe eine Entität mit dem Primärschlüssel "Id", die Guid ist: public class FileStore { public Guid Id { get; set; } public string Name { get; set; } public string Path { get; set; } } Und einige Konfigurationen: protected override void OnModelCreating(DbModelBuilder modelBuilder) { modelBuilder.Entity<FileStore>().Property(x => x.Id).HasDatabaseGeneratedOption(DatabaseGeneratedOption.Identity); base.OnModelCreating(modelBuilder); …
Ich glaube, ich habe derzeit einen Fehler in Entity Framework 6 und möglicherweise in ADO.NET. Da es eine Frist gibt, bin ich mir nicht sicher, ob ich warten kann, bis dieser Fehler behoben ist, und hoffentlich kann mir jemand bei einer sauberen Lösung helfen. Das Problem ist, dass die Abfrage …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.