Linq query help needed!!!

Status
Not open for further replies.

Zangetsu

I am the master of my Fate.
Hi 2 all programmers there,

I am using VS 2008 to develop an application...
LINQ is used...

I m stucked in a query using include operator pls help urgent..:neutral:

I want 2 join 2 tables 2 fetch data (not using join in linq) but it using include()....

i have two tables emp & department & want 2 join using deptid :|

if nebody knows pls help ASAP....
 

harsha0498

Right off the assembly line
post your query in answers.com.there are many tech savvy people there.you may get this answer for a small fee. or visit programmers forums,somebody will help u there.
 

krishnandu.sarkar

Simply a DIGITian
Staff member
Y dont u build up a query and fetch it from thr.

Otherwise use the sql like "select * from emp, dept where emp.deptid=dept.deptid"
 
Status
Not open for further replies.
Top Bottom