I have table \"Student\"
P_ID LastName FirstName Address City 1 Hansen Ola 2 Svendson Tov
If you don't want to use the SQL syntax (which you are forced to), then switch to a framework like Entity Framework or Linq-to-SQL where you don't write the SQL statements yourself.