Aug 29, 2012
0
0
OData 101: Using the [NotMapped] attribute to exclude Enum properties
TL;DR: OData does not currently support enum types, and WCF Data Services throws an unclear exception when using the EF provider with a model that has an enum property. Mark the property with a [NotMapped] attribute to get around this limitation. In today’s OData 101, we’ll take a look at a problem you might run into if you have an Entity Framewor...