Keywords: SQL, C#, User Defined Parameters, Entity Framework
Publish Date: 7/22/2014
Description: User Valued Parameters with Entity Framework
Problem:
Entity Framework support for User Defined Table Types as input parameters doesn't really exist.
Solution:
Entity Framework Extras
On Github with examples
My Stackoverflow answer
More Stackoverflow answers
A Sample Visual Studio Project Be sure to update the connection strings in App.Config!
The Sql
The C#