Gets a customized view of the table which may include a filtered view, or a cursor position.
[Visual Basic] Public ReadOnly Property DefaultView As DataView [C#] public DataView DefaultView {get;} [C++] public: __property DataView* get_DefaultView(); [JScript] public function get DefaultView() : DataView;
The DataView associated with the DataTable.
Use the DataView to sort, filter, and search a DataTable. The DataView can also be used to navigate from one DataTable to another through the relations between the tables.