How do I make non persisted properties using codefirst EF4?
MS says there is a StoreIgnore Attribute, but I cannot find it.
Is there a way to set this up using EntityConfiguration?
|
How do I make non persisted properties using codefirst EF4? MS says there is a StoreIgnore Attribute, but I cannot find it. Is there a way to set this up using EntityConfiguration? |
|||||
|
|
In EF Code-First CTP5, you can use the [NotMapped] annotation.
|
|||||||||||||
|
|
Currently, I know of two ways to do it.
Using method 2, if the EF team introduce Ignore, you will be able to easily change the code to:
|
||||
|
|
|
I'm not sure if this is available yet. On this MSDN page the Ignore Attribute and API are described but below, in the comments, somebody writes on 4 june 2010:
|
|||||||||
|