Question: 3. Using the Books database from the lesson, which of the following determines the number of records in the dataset? a. Dim intNumRecords As Integer

3. Using the Books database from the lesson, which of the following determines the number of records in the dataset?

a. Dim intNumRecords As Integer =

Aggregate book In BooksDataSet.tblBooks In Counter()

b. Dim intNumRecords As Integer =

Aggregate book In BooksDataSet.tblBooks Into Count()

c. Dim intNumRecords As Integer =

Aggregate book In BooksDataSet.tblBooks Into Sum()

d. Dim intNumRecords As Integer =

Aggregate book In BooksDataSet.tblBooks Into Total()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock