dyslexicanaboko / simple-class-creator

A utility for creating mundane crud work including table to model, model to DTO and other things no one really wants to do by hand.
MIT License
1 stars 0 forks source link

Support non-dbo schema #6

Closed dyslexicanaboko closed 3 years ago

dyslexicanaboko commented 3 years ago

The default schema of "dbo" cannot always be what is expected. I tried a schema other than "dbo" and the generator worked but included the period in the class name along with the schema name. Cannot include the schema name.