Tuesday, March 02, 2010

LINQ to SQL - Enum Mapping

I was frustrated trying to map an Enum to a column in my LINQ-to-SQL DBML - this post sorted me out. I needed the global:: prefix before the namespace of my enum!

No comments: