Closed hheexx closed 15 years ago
I added <# if(ExcludeTables.Contains(tbl.Name)) continue;#>
as the first line in foreach and that fixed the problem....
Where is this?
closing.
LinqTemplates/Classes.tt
I added <# if(ExcludeTables.Contains(tbl.Name)) continue;#>
as the first line in foreach and that fixed the problem....