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.
List out the attributes of an Interface.
Write down the ToolTipService timing properties in the WPF?
Describe briefly about ASP or Active Server Pages?
Write down the command which is used to run a batch?
What is the role of the DynamicPopulateExtender control?
Explain how VB Implements the Disconnected Architecture as similar to VB.Net?
Write the syntax to declare the namespace in the .NET and in VB?
List the types of generations there are in a garbage collector?
Explain about the UpdatePanel control.
By how many ways you can instantiate a tuple?
18,76,764
1933774 Asked
3,689
Active Tutors
1429369
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!