EntityDAC.Linq.Queryable.dcu not found
Posted: Sat 04 Oct 2014 17:45
Hello
I am still not able to create my first application following the help file . I don't have on my computer the file
EntityDAC.Linq.Queryable.dcu ( or .pas) and I am not able to do this
implementation
{$R *.dfm}
uses
EntityDAC.Enumerable,
EntityDAC.Linq.Queryable;
....
....
In order to declare the Depts variable of type ILinqQueryable, add the EntityDAC.Enumerable and
EntityDAC.Linq.Queryable units into the USES clause.
Any help welcomed Thanks.
I am still not able to create my first application following the help file . I don't have on my computer the file
EntityDAC.Linq.Queryable.dcu ( or .pas) and I am not able to do this
implementation
{$R *.dfm}
uses
EntityDAC.Enumerable,
EntityDAC.Linq.Queryable;
....
....
In order to declare the Depts variable of type ILinqQueryable, add the EntityDAC.Enumerable and
EntityDAC.Linq.Queryable units into the USES clause.
Any help welcomed Thanks.