EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.
on systems that use different decimal separator than . there is problem with decimal numbers in Table Valued Parameters.
The following patch fixes the problem by setting the type to the column.
on systems that use different decimal separator than . there is problem with decimal numbers in Table Valued Parameters. The following patch fixes the problem by setting the type to the column.