entity-framework
Here are 1,919 public repositories matching this topic...
-
Updated
Oct 30, 2020 - C#
-
Updated
Sep 25, 2020 - C#
-
Updated
Oct 25, 2020 - C#
-
Updated
Sep 6, 2020 - Go
-
Updated
Oct 26, 2020 - C#
-
Updated
Oct 13, 2020 - C#
-
Updated
Oct 29, 2020 - C#
-
Updated
Aug 7, 2020 - C#
-
Updated
Oct 26, 2020 - C#
Titles should be title-case. Headings should be sentence case.
-
Updated
Oct 31, 2020 - 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
Jul 25, 2019 - C#
-
Updated
Oct 12, 2020 - C#
-
Updated
Oct 30, 2020 - C#
-
Updated
Oct 14, 2020 - C#
-
Updated
Aug 9, 2020 - C#
-
Updated
Oct 30, 2019 - C#
-
Updated
Oct 30, 2020 - Ruby
-
Updated
Oct 23, 2020 - C#
-
Updated
Oct 13, 2020 - C#
-
Updated
Feb 15, 2020 - C#
-
Updated
Oct 26, 2020 - C#
-
Updated
Oct 15, 2020 - C#
-
Updated
Jun 21, 2020 - C++
-
Updated
Jun 16, 2020 - C#
-
Updated
Oct 29, 2020 - Jupyter Notebook
-
Updated
May 23, 2018 - C#
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."


Ultimately this will create a unique column (or group of columns) in the database which may or may not be used as the principal end of a relationship. In other words, it's a way to make a non-primary key column have a unique constraint without explicitly specifying a unique index.
This is not technically blocked on #4073, but should probably not be implemented until #4073 is fixed.