Answer Posted / rachana srivastava
As DataSet are not only used to cache data in application
memory but also updating the same in database, when new
record is added in dataset but still one less record in
database, this difference in records of dataset and
database level is the property of datased called Diff Gram.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a service layer c#?
What does clr stand for?
What are the uses of delegates in c#?
Can the nested class access, the containing class. Give an example?
What is mvc pattern in c#?
What is master page in asp net c#?
What is the use of nullable types in c#?
What are c# i/o classes?
What do you know about device context?
Why does my windows application pop up a console window every time I run it?
Is c# an open source language?
What is arraylist class in c#?
If the original method is not static you can declare an override method to be static or not?
What does dbml stand for?
if a method is marked as protected internal who can access it?