🎴 Flashcard Mode

Microsoft Web Technologies: Web Services, XML, .NET & SharePoint

Card1 / 20
Mastered0
Review0
QuestionClick to flip

A DataView can provide different views of which one of the following objects?

AnswerClick to flip back
A
DataTable
💡 Explanation:

DataView is specifically designed to provide different views (sorted, filtered, etc.) of a single DataTable. It cannot directly view an entire DataSet, DataRelation (which defines relationships between tables), or other data structures. RecordSet and RowSet are from ADO classic and Java respectively, not .NET.

Change Mode