blog tag

Entity Framework and User Defined Parameters

Description: User Valued Parameters with Entity Framework
Publish Date: 07/22/2014
Keywords: SQL C# User Defined Parameters 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#

Comments: 0
© Chadwick 2021