Hello,
Some of my origin database tables are named with a dot : [dbo].[abc.xyz] and they are getting ignored by the generator.
How can I indicate it to reverse poco, knowing that I cannot change the table name ?
Settings.GeneratorType = GeneratorType.EfCore;
Settings.DatabaseType = DatabaseType.SqlServer;
Thanks a lot, great tool by the way.
Cheers
Fayçal