subsonic/SubSonic-3.0-Templates

LinqTemplates / Classes.tt does not use ExcludeTables

Closed this issue · 3 comments

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