0

I have a database with a table named System. When I import it as a model first approach I have a conflict with System namespace in .NET framework. Is there any way to workaround it?

1 Answers1

-1

I just needed to check _code.Escape(entity) in *.tt files and set correct name for some table.