DataView « Database ADO.net « C# / C Sharp






1.illustrates the use of a DataView object to filter and sort rows
2.Create DataView through DataTable
3.use the Find() and FindRows() methods of a DataView to find DataRowView objects