Page 1 of 1

Linq Select return a few fields

Posted: Wed 16 Mar 2016 17:54
by rodrigobarbosa
Hi,
I´ve been trying to performe a query using linq and can´t maky it to return class with only few fields.

my Table looks like
Project {Id: Integer, Name:String, Description:String, Extra:String, Other:String }

Code: Select all

Query := Linq.From(Context['Project'])
                     .OrderBy(Context['Project']['Name'])
                     .Select([Context['Project']['Id'], Context['Project']['Name']]);
List := Context.GetEntities<Project>(Query);
It returns my project class fully loaded. Am I doing something wrong?
Any help is appreciated.

Re: Linq Select return a few fields

Posted: Thu 17 Mar 2016 05:49
by AlexP
hello,

The problem is not reproduced using the latest version and demo sample. Please send your model and a sample to support*devart*com .