Changes made to DataSet object
State how the changes made to the DataSet object are identified since it was last loaded?
Expert
The DataSet object provides the following two methods to track down the changes:
a) The GetChanges() method - It returns the DataSet object, that is changed from the time it was loaded or since the AcceptChanges() method was implemented.
b) The HasChanges() method - It indicates whether any changes has occurred from the time the DataSet object was loaded or after a call to the AcceptChanges() method was made.
State the two most important categories which distinctly categorize variables of C# programs.
Explain the term culture and and UICulture values?
Describe in brief regarding the visual basic?
Write differences between the while and for loop in C#.
Distinguish between toolstrip drop-down button and toolstrip split button?
Which classes are used to handle standard menu in the MenuStrip control.
What are Binders ?
Specify the pre-requisites for connection pooling?
Write name of the class which can be used for converting the data types?
Explain the various Visual Basic features which support LINQ?
18,76,764
1926285 Asked
3,689
Active Tutors
1428659
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!