DataTable object of DataSet
How rows can be added or deleted from the DataTable object of DataSet?
Expert
The DataRowCollection class defines the gathering of the rows for DataTable object in a DataSet. The DataTable class offers the NewRow() method in order to add a new DataRow to DataTable. The NewRow method creates a new row that implements same schema as applied to the DataTable.
The following are the methods provided by the DataRowCollection object:
a) Add() - It adds a new row to the DataRowCollection.
b) Remove()- It removes a DataRow object from DataRowCollection.
c) RemoveAt() – It eliminates a row whose location is specified by an index number.
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Specify the process of execution for the managed code.
Write the difference between for loop and the while in C#.
Describe in brief regarding the performance of Visual basic?
Write down some of the layout Panels of WPF?
What is Memory-Mapped Files?
Write the difference between Select clause and the SelectMany() method in theLINQ?
What setting should be added in a configuration file to reject the particular user from accessing secured resources?
State how the changes made to the DataSet object are identified since it was last loaded?
State the method which can be used to impose Garbage collection in .NET?
18,76,764
1943384 Asked
3,689
Active Tutors
1445758
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!