Question:You have a large DataSet that is stored in memory on your Web server. The DataSet
represents vendor records. You need to write a query against that DataSet to return
a subset of the data based on active vendors sorted by highest to lowest in terms of
the business that your company does with them. You intend to use LINQ for the query.
How will you build the query? (Choose all that apply.) 

A Use the AsEnumerable method of the vendor DataTable inside the DataSet. 

B Use a Where clause in your code to restrict vendors to only those that are active. 

C Use an Order By clause in your code to sort the vendors. 

D Use the Group By clause in your code to group by active vendors. 

+ Answer
+ Report
Total Preview: 1093

Copyright © 2024. Powered by Intellect Software Ltd