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
Is arraylist thread safe?
Contrast between an interface and abstract class?
Is concurrent queue thread safe?
What is helper method in c#?
What is AutoMapper in C#?
Is type nullable c#?
What is the difference between read and readline in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
Can we override interface methods in c#?
Do unused Namespaces in c# affect run-time performance?
Can struct inherit from class c#?
Explain the difference between user control and custom control. Also, explain their use.
Does c# support multilevel inheritance?
What is the difference between constant and readonly in c#?
Explain the Abstract class in c#.net