timabell / ef-enum-to-lookup

Generates lookup tables from enum references in Microsoft Entity Framework 6.1
https://www.nuget.org/packages/ef-enum-to-lookup
69 stars 29 forks source link

use table variable instead of #temp-table #23

Open timabell opened 9 years ago

timabell commented 9 years ago

avoids collation issues. cleaner. more modern.

hold-off till v2 as may break things if people are on old sql server