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?
Asked
Active
Viewed 158 times
0

Alex Honcharuk
- 23
- 1
- 6
-
6.0. As far as I see I need to use .tt file for it. – Alex Honcharuk Jun 23 '14 at 06:41
-
What's the 'Custom Tool Namespace' property set to on the model? – dougajmcdonald Jun 23 '14 at 07:14
1 Answers
-1
I just needed to check _code.Escape(entity) in *.tt files and set correct name for some table.

Alex Honcharuk
- 23
- 1
- 6