This is a migrated thread and some comments may be shown as answers.

Join Query with Where clause in Telerik

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mehul Dumasia
Top achievements
Rank 1
Mehul Dumasia asked on 15 May 2010, 08:00 AM
var tempResult = from contents in scope.Extent<ORM.Content>()
                         join movie in scope.Extent<ORM.Moviedetail>()
                         on contents.RelatedId equals movie.MovieId into gj from x in gj.DefaultIfEmpty( new { contents.Contenttype.Name = "Movie Photo" })
                         select new{ contents,movie};




       We have Error in bold text.


       plz Reply as soon as possible.

      Thank you.

1 Answer, 1 is accepted

Sort by
0
Zoran
Telerik team
answered on 18 May 2010, 08:35 AM
Hello Mehul Dumasia,

 The DefaultIfEmpty query call is not fully supported at the moment. We are working on improving the Linq implementation in the area of left joins and your query will hopefully work as soon as the Q2 release of OpenAccess.

All the best,
Zoran
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Mehul Dumasia
Top achievements
Rank 1
Answers by
Zoran
Telerik team
Share this question
or