Wednesday, 23 April 2014

what is difference between Typed DataSet and UnTyped DataSet

                  We can generate typed DataSet based on single table or multiple tables which are related by using primary or foreign key relationships through visual studio which generates a XSD File. This is strongly typed in-memory cache of data.
                      Untyped DataSet is one which is filled/generated using a DataAdapter and a command object.

No comments:

Post a Comment