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 the Command object in ADO.NET?
In which statement we can execute LINQ query?
Name the tool that can transform Visual basic old version to the .NET compatibility version?
Explain the role of CLR in .NET Framework.
How can height of a combo box drop-down list can be adjusted?
List the types of data types that are present in .NET?
Illustrate four common properties of all validation controls?
Explain briefly about Object Relational Designer (0/R Designer)?
Explain about the XML elements.
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
18,76,764
1953292 Asked
3,689
Active Tutors
1456442
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!