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
Why we need get set property in c#?
What does the initial catalog parameter define in the connection string?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Is c# difficult to learn?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Can a constructor be private in c#?
Explain polymorphism in c# with a simple example?
What is the difference between == and object.equals?
What is arraylist class in c#?
What is entity framework in c#?
What exception can an overridden method throw in comparison with the method it is overriding?
How to exclude a property from xml serialization?
windows c# using datagridview in edit form sql server
Why do we use reflection in c#?
How to implement singleton design pattern in c#?