sjh37 / EntityFramework-Reverse-POCO-Code-First-Generator

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
https://www.reversepoco.co.uk/
Other
705 stars 231 forks source link

backslash in db schema #124

Open jasjon opened 7 years ago

jasjon commented 7 years ago

A legacy database has a schema with a backslash in it (format: domain\user) why: Don't ask ! The POCO generator translates this table as schema + table name which is an invalid C# class name.

sjh37 commented 7 years ago

You make me laugh. I'll take a look next week :-)