You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
#Store Functions for EntityFramework CodeFirst
1
+
#Store Functions for EntityFramework CodeFirst
2
2
3
3
Currently Entity Framework Code First approach does not natively support store functions (Table Valued Functions (TVFs) and Stored procedures). However opening the mapping API (and a few other minor changes) made it possible to use TVFs and stored procedures with Code First. This project uses the basic building blocks to build end to end experience allowing using TVFs in Linq queries and invoking stroed procedures without having to drop down to SQL.
4
4
5
-
####This project was moved from https://codefirstfunctions.codeplex.com
5
+
####This project was moved from https://codefirstfunctions.codeplex.com
6
6
7
7
You may still find some useful information there:
8
8
9
9
- Old discussion board - https://codefirstfunctions.codeplex.com/discussions
You can get it from NuGet - just install the [EntityFramework.CodeFirstStoreFunctions NuGet package](http://www.nuget.org/packages/EntityFramework.CodeFirstStoreFunctions)
15
15
16
-
#How to use it
16
+
#How to use it
17
17
18
18
-[See what's new in Beta](http://blog.3d-logic.com/2014/08/11/the-beta-version-of-store-functions-for-entityframework-6-1-1-code-first-available)
19
19
-[The 1.0.0 version released](https://blog.3d-logic.com/2014/10/18/the-final-version-of-the-store-functions-for-entityframework-6-1-1-code-first-convention-released)
0 commit comments