EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
No support for Scalar-Based Functions (UDF's)
Currently only table-valued functions will be generated. We use a fair number of scalar-based functions, which would be very nice to have automatically generated into the output.
+1
+1
I have added scalar-valued functions to the new (not yet released) v3 of the generator. Code available on DropBox.