Generate money type fields using code first EF CTP5

Posted by BBHorus on Stack Overflow See other posts from Stack Overflow or by BBHorus
Published on 2011-01-28T15:16:28Z Indexed on 2011/01/28 23:26 UTC
Read the original article Hit count: 335

In this blog post: EF4 Code First Control Unicode and Decimal Precision, Scale with Attributes, Dane Morgridge used attributes to control the creation of different types on your database.

...And I found this pretty unique BTW!!!

How do I generate money type fields in my resulting database using code first API of EF CTP5, if is possible to do it from your model, using conventions or attributes?

Sorry about my English is not my main language.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about ef-code-first