1. I have a table (eg. USER) and a Column(Property) named GENDER (byte).
2. I defined a "Enum Type" which named "Gender"(0 for Female, 1 for Male).
3. Then I assign Type "Gender" to USER.GENDER.
4. Save.
5a (Splitted into many "Diagrams"). It not works:
[DataContext1.Designer.cs]
public byte GENDER{...}
5b (Only one Diagram). It works:
[DataContext1.Designer.cs]
public Gender GENDER{...}
Is this a bug?
Product Version:
Devart Entity Developer 4.1.71.0
LinqConnect 3.0.14.0
Column Type problem
-
- Devart Team
- Posts: 1710
- Joined: Thu 03 Dec 2009 10:48
We couldn't reproduce this issue with the latest version (LinqConnect 3.0.16, Entity Developer 4.1.77). Please try updating to it and tell us if this helps. If the problem persists, could you please send us a model with which it can be reproduced?