Column Type problem
Posted: Thu 01 Dec 2011 08:45
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
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