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 the usages of Command object in ADO.NET?
Write the chief features of the Cloud services?
Describe the endpoint in the WCF service in brief.
State some of the use of ScriptManager control in the AJAX?
Explain the Code Contracts?
State the characteristics of the reference-type variables which is supported in the C# programming language.
Specify the pre-requisites for connection pooling?
What do you mean by XBAP? Describe in brief.
Explain the importance of the Strong Name tool?
What is Object?
18,76,764
1932637 Asked
3,689
Active Tutors
1416559
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!