.NET database enumeration

Posted by erasmus on Stack Overflow See other posts from Stack Overflow or by erasmus
Published on 2010-03-18T13:51:14Z Indexed on 2010/03/18 14:01 UTC
Read the original article Hit count: 413

Filed under:
|
|

In a project, one of my entities is House which has many enumeration properties (for example housetype). Using .NET, Linq to Sql and Sql Server how can I create a db with enumeration and use it with Linq to Sql? What should be my approach?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about linq-to-sql