Purpose of DataView
State the purpose of DataView?
Expert
DataView contains the user-defined view of the table. A complete table or a small section of the table depends upon some criteria which can be presented by an object of the DataView class. This class can be used to sort and find the data within the DataTable.
The DataView class has the following methods:
a) Find() – This method finds a row in a DataView by using sort key value.
b) AddNew() - This method adds a new row to the DataView object.
c) FindRows() - This method uses the sort key value to match it with columns of DataRowView objects. It returns the array of every corresponding objects of DataRowView whose columns match with sort key value.
d) Delete() - This method deletes the required row from the DataView object in accordance with the specified index.
What is the difference between HTTP-Post and HTTP-Get?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Write down some of the layout Panels of WPF?
How do dates, numbers, and currencies in a text box are formatted?
Name the tool that can transform Visual basic old version to the .NET compatibility version?
Briefly describe about the XML elements.
List the services which are offered by the Window Azure operating system?
State the naming conventions essential for XML elements tags?
Name the parameters which control generally connection pooling behaviours?
By how many ways you can instantiate a tuple?
18,76,764
1927796 Asked
3,689
Active Tutors
1448510
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!