When working with data-bound controls on multiple forms, you can make sure that a data set contains a current copy of the data by calling the table adapter’s ____________.
a. Sync method
b. Refresh method
c. Fill method
d. Clear method
c. Fill method
You might also like to view...
A technician needs to upgrade memory on a laptop with one available memory slot. The type and amount of memory has been confirmed to be correct. Once the new memory is added, the BIOS reports the original memory size. Which of the following is the NEXT step to perform?
A. Replace all of the laptops memory. B. Reseat the laptop memory. C. Perform a Windows Update. D. Replace the motherboard.
A copy constructor has the same name as the class (let’s call it A) and has a parameter that
a) Is call-by value of an A object b) Is call-by-reference of another class c) Is call-by-reference of an A class object d) Is call-by-name of an object named ~A. e) None of these