linq get values is not in other table

Code Example - linq get values is not in other table

                
                        var result=(from e in db.Users
            select e.UserID).Except(from m in db.Fi
                                    select m.UserID).ToList();