-
In the "Removing Relationships" I suggest clarifying ICollection.Remove(T) vs. EntityFrameworkCore.DbSet.Remove(T).
Note that there is no "Deleting Data" section in this docs section, since deleti…
-
Hi,
I have found a third party project [MaikeBing.EntityFrameworkCore.LiteDB](https://github.com/maikebing/EntityFrameworkCore.LiteDB) is a *LiteDB* provider for Entity Framework Core, it is on th…
-
The coment below was machine-translated
@MiyamuraMiyako commented on [Fri Nov 29 2019](https://github.com/aspnet/EntityFramework.Docs.zh-cn/issues/61)
For example, I have MySqlDbContext and SqlS…
-
The documentation fails to mention that the migration order matters.
Each migration will store the snapshot which is then used by the `dotnet-ef` when a migration needs to be removed.
This can…
-
Hello guys, i migrate an old .net framework with entity framework 6 app to .NET 7, and i have to deal with time comparison which i don't find equivalent in EF Core. I don't find also documentation abo…
-
for mysql, insert into tableA (a,b,c) values (1,2,3), (3,4,5), (7,8,9). -- a is the primary key.
insert into tableA(a,b,c) values (1,2,3), (3,4,5), (7,8,9) on duplicate key b=values(b), c=values(c).
-
When configuring an Entity to have a Property of Type DateTime and a Column Type of Time, an exception is thrown saying the database provider does not support the datatype.
```C#
builder.Property(…
-
do you have any plan to upgrade Mrcms to .net-core or switch to entity-framework in future?
-
**Describe the bug**:
When using Azure Table Client (package `azure-data-tables`) inside an Azure Function instrumented with `elasticapm.contrib.serverless.azure.ElasticAPMExtension` and querying a …
-
I have an application with a database project and a data migration project. I wrote a unit test in a dedicated project to test there is no pending changes in my model and no migration is required.
My…