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.
Explain about the AppFabric component?
What do you mean by Common Language Specification (CLS)?
Briefly explain the term ExpandoObject?
Name the namespaces that necessary to produce the localized application?
Write about the Dynamic update?
List the types of generations there are in a garbage collector?
Explain what is a Static Constructor?
State the method which can be used to impose Garbage collection in .NET?
Web form belongs to which class in a .NET Framework class hierarchy?
How a condition can be implemented in the workflow?
18,76,764
1924234 Asked
3,689
Active Tutors
1448883
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!