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
Can a struct be null?
Differentiate between static class and singleton instance?
How do you use nullable?
What is difference between const and static in c#?
Why do we need escape characters?
Are tuples immutable c#?
What is the function of the not null constraint?
What happens when thread sleep () method is called?
What is the difference between convert and parse in c#?
Can a method return multiple values in c#?
What is stringreader in c#?
Why we use get and set property in c#?
What is a float?
What are constructors in c#?
What does return do in for loop?