Hi
How do I select multiple columns in linq to sql method syntax? I only know how to select one column but not multiple columns.
Like if I had a this table
ProductId
ProductName
ProductQty
ProductNumber
How could I select productName and ProductQty but not ProductNumber or ProductId in linq to sql method syntax?