Hey folks,
I've flagged an entity as abstract in the designer but it's not being marked as abstract in the generated code. Using latest 2.0 build... (adapter/.net 2.0)
I get:
public partial class PolicyEntity : EntityBase2, ISerializable, IPolicy
(The IPolicy is an extra interface that put's in via the designer)
As you can see there's no abstract keyword in the class definition.
I've attached my project file.