I m querying entity. here is my query,
Contact c1= (Contact)(from c in ppContext.pp_configurationSet join p in ppContext.ContactSet.DefaultIfEmpty() on c.cav_name equals p.FullName where c.pp_name == "DELBY" && c.StateCode == pp_configurationState.Active select p);
plz guide hot to convert it Entity "Contact". thanks
*This post is locked for comments