var userPassword = (from m in dt.AsEnumerable() where m.Field<string>("User") == Usr && !(m.Field<string>("Password") == sPwd)
select m).Any();