Link to home
Start Free TrialLog in
Avatar of PradeepDumpala
PradeepDumpala

asked on

LINQ query to return boolen value

i have 3 tables Group1,Group2,and Group3  
each table contains employee details. i have employee whose ID is say 1 ..so i want to check if this employee is there in any of the above table. Here i use ID to find any record present in any of the table..if i find any record  i have to return True or Fale/ Yes or No any thing...

i need query in LINQ to Entities....

i just need single query which checks the details sing ID...

can you please help on this...

ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PradeepDumpala
PradeepDumpala

ASKER

good i will test it more