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

1.
A One-to-Many relationship is often used for security reasons or when the child table contains short-term information.
A)True
B)False
2.
Each Table object in a dataset has a DataRows collection that is made up of DataRow objects.
A)True
B)False
3.
When a combo box control is bound to a dataset, the SelectedIndexChanged event will fire only once (as the form is displayed).
A)True
B)False
4.
In the DataRow.Items collection, individual fields can be referenced by their position or by their name.
A)True
B)False
5.
Using the GetChildRows method to retrieve child rows will return an array of rows.
A)True
B)False







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 4 > True or False