Problems with version 4.0

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Sten Andersen
Posts: 1
Joined: Tue 28 Aug 2012 10:39

Problems with version 4.0

Post by Sten Andersen » Tue 28 Aug 2012 10:45

I am using Devexpress XtraGrid with LinqServerModeSource.

My code works in version 3.2 but not in 4.0

Data contains a 4 level class hierarchy - and columndata is referenced like this
propertyname, parenttable.propertyname and so on.

linqServerModeSource1.ElementType = typeof(T_Drop);
linqServerModeSource1.KeyExpression = "ID";
linqServerModeSource1.QueryableSource = dc.T_Drops;

in Version the grid dosn't display/fetch data for the lowest level (T_Drop)

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

Re: Problems with version 4.0

Post by StanislavK » Thu 30 Aug 2012 16:34

We've answered you by mail. Please confirm that you've received the letter.

Post Reply