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.
Untyped DataSet is one which is filled/generated using a DataAdapter and a command object.
No comments:
Post a Comment