Question: 1. The tblMagInfo table contains three fields. The Code and Cost fields are numeric. The Magazine field contains text. The datasets name is MagsDataSet. a.
1. The tblMagInfo table contains three fields. The Code and Cost fields are numeric.
The Magazine field contains text. The dataset’s name is MagsDataSet.
a. Write a LINQ statement that arranges the records in ascending order by the Magazine field.
b. Write a LINQ statement that selects records having a code of 3.
c. Write a LINQ statement that selects records having a cost of at least $2.
d. Write a LINQ statement that selects the Funtime magazine.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
