EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
Table Value Function not generated due to space character in column name
Columns with space characters seem to be handled by removing the space(s) so that it is a valid identifier in C#.
When I created a TVF with a view that contained a column with a space it did not get generated.
I have since removed the space and now the TVF gets generated.
I would think this should be handled the same way other objects like tables and views.