Contents tagged with ADO.NET Entity Framework
-
ADO.NET Entity framework navigation property trap.
Navigation properties (EntityCollection or EntityReference) of entity object can be automatically loaded without calling their Load method because of they can be already loaded to ObjectStateManager before.
-
Enum in ADO.NET Entity Framework v1
There is no direct support for enum type in ado.net entity framework v1. But it is rather easy to solve this problem.
All u need to do is to create int property with private getter and setter and then add public property to your partial class, which type is enum: