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

Table Value Function not generated due to space character in column name

Open mmisnerms opened this issue 4 years ago • 0 comments

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.

mmisnerms avatar Sep 16 '21 18:09 mmisnerms