Page 1 of 1

Column Type problem

Posted: Thu 01 Dec 2011 08:45
by Blave
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

Posted: Fri 02 Dec 2011 16:00
by StanislavK
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?