Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1.
Although a data set is disconnected from the original data source, changes made to the data by the user are automatically sent back to the data source.
A)True
B)False
2.
New records are added in random locations within a table.
A)True
B)False
3.
After either the AcceptChanges or RejectChanges method executes, all RowState properties are reset to Unchanged.
A)True
B)False
4.
The DataRow object keeps three versions of column data, which are called the Current, Original, and Default versions.
A)True
B)False
5.
In order to maintain referential integrity, updates to multiple tables with parent and child relationships should occur in the following order: First, insert, update, and delete parent records. Second, delete any child records. Last, insert and update the child records.
A)True
B)False







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 5 > True or False