/*FPCDetails and FPCTimeMasters are two tables*/
from clients in context.FPCDetails
join fpc in context.FPCTimeMasters on clients.SlotId equals fpc.TimeMasterId
where clients.FPCMasterId == id
select clients.SlotId
join fpc in context.FPCTimeMasters on clients.SlotId equals fpc.TimeMasterId
where clients.FPCMasterId == id
select clients.SlotId
No comments:
Post a Comment