DataContext db = new DataContext(); List <Sub> Sc = new List<Sub>(); Sc = (from SC in db.SubC where SC.Bid == BoqId&& SC.Sub_Con_id == ScId select SC).ToList(); Sc.....??????
So I have the record I want, now I want to remove it from the DB....Sc...?
Any help thanks