EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

No support for Scalar-Based Functions (UDF's)

Open craig2l opened this issue 9 years ago • 3 comments

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.

craig2l avatar Oct 07 '16 18:10 craig2l

+1

rdrscan avatar Jun 08 '17 13:06 rdrscan

+1

zhangxin511 avatar Feb 27 '18 16:02 zhangxin511

I have added scalar-valued functions to the new (not yet released) v3 of the generator. Code available on DropBox.

sjh37 avatar Oct 14 '19 20:10 sjh37