File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ EntityFrameworkExtras provides some useful additions to EntityFramework such as
2424* Entity Framework 5 - https://www.nuget.org/packages/EntityFrameworkExtras.EF5/
2525* Entity Framework 6 - https://www.nuget.org/packages/EntityFrameworkExtras.EF6/
2626
27- ###Executing a Stored Procedure with a User Defined Table Type###
27+ ### Executing a Stored Procedure with a User Defined Table Type
2828
2929
3030
@@ -87,7 +87,7 @@ context.Database.ExecuteStoredProcedure(proc);
8787
8888
8989
90- ###Executing a Stored Procedure with a Output parameter###
90+ ### Executing a Stored Procedure with a Output parameter
9191
9292* To add an Output parameter you just need to set the Direction parameter to ParameterDirection.Output.
9393
@@ -111,7 +111,7 @@ int age = proc.Age; //Is now the oldest age
111111~~~
112112
113113
114- ###Thanks to the contributors!###
114+ ### Thanks to the contributors!
115115
116116* https://github.com/JoeBrockhaus - Joe
117117* https://github.com/thomasvanderhoofWork - Thomas
You can’t perform that action at this time.
0 commit comments