Column Type problem

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Blave
Posts: 9
Joined: Fri 23 Sep 2011 12:46

Column Type problem

Post by Blave » 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

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 02 Dec 2011 16:00

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?

Post Reply