entity-framework
Here are 2,106 public repositories matching this topic...
-
Updated
Apr 15, 2021 - C#
-
Updated
Mar 29, 2021 - C#
-
Updated
Apr 12, 2021 - C#
-
Updated
Sep 6, 2020 - Go
-
Updated
Apr 7, 2021 - C#
-
Updated
Apr 11, 2021 - C#
-
Updated
Feb 22, 2021 - C#
-
Updated
Apr 12, 2021 - C#
-
Updated
Mar 15, 2021 - C#
[Enter feedback here]
When using EF Core in the Package Manager console when using a project that isn't the default the commands are "update-database -startup {Name Here} -project {Name Here}". The documentation shows --startup-project and --project
Document Details
- ID: 4dde2676-6cc2
-
Updated
Apr 14, 2021 - HTML
date_trunc('week', now()::date
Looking to make a call similar to this, and can't figure out what should be used now. I've also looked at EF.Property<DateTime>() but that doesn't seem to help.
-
Updated
Apr 14, 2021 - C#
-
Updated
Jan 29, 2021 - C#
-
Updated
Apr 11, 2021 - C#
-
Updated
Apr 4, 2021 - C#
-
Updated
Apr 8, 2021 - C#
-
Updated
Jan 29, 2021 - C#
-
Updated
Apr 15, 2021 - Ruby
-
Updated
Feb 6, 2021 - C#
-
Updated
Apr 11, 2021 - C#
-
Updated
Mar 10, 2021 - C#
-
Updated
Feb 15, 2020 - C#
-
Updated
Dec 18, 2020 - C#
-
Updated
Mar 3, 2021 - C#
-
Updated
Feb 18, 2021 - C#
-
Updated
Apr 14, 2021 - C#
-
Updated
Apr 12, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the entity-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the entity-framework topic, visit your repo's landing page and select "manage topics."
The SqliteDataReader lookup when using a string is case-sensitive:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.data.sqlite.sqlitedatareader.item?view=msdata-sqlite-5.0.0#Microsoft_Data_Sqlite_SqliteDataReader_Item_System_String_
Why? This isn't true of any of the other data readers that I've used including the Microsoft SQL Data reader.
https://docs.microsoft.com/en-us/dotnet/api/sy