DbLinq / dblinq2007

LINQ provider for Oracle, PostgreSQL, MySQL, Ingres, SQLite, Firebird and ... SQL Server
Other
62 stars 32 forks source link

Need support for enumerations #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MySqlMetal needs support for enumerations

Original issue reported on code.google.com by bryanliv...@gmail.com on 13 Jun 2007 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by bryanliv...@gmail.com on 13 Jun 2007 at 7:10

GoogleCodeExporter commented 9 years ago

Original comment by bryanliv...@gmail.com on 13 Jun 2007 at 7:57

GoogleCodeExporter commented 9 years ago
This is fixed in version 0.12.
Use SqlMetal to create a DBML file, change field type from int to Enum, and 
then use
SqlMetal to generate your database .cs file.

Original comment by gmou...@gmail.com on 14 Nov 2007 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by picrap on 15 Mar 2008 at 1:29