--%>

Use of DataView

Explain the use of DataView?

E

Expert

Verified

User-defined view of the table is contained in the DataView. Complete table or a little section of the table depending on various criteria can be presented by the object of DataView class. We can use this class to arrange and find the data inside DataTable.

   Related Questions in DOT NET Programming