Typed Dataset
Hi,
I am evaluating typed dataset vs custom objects.
When we drop an table in xsd designer, it creates an adapter for that table with fill and getdata() as t he default fucntions.
I wish to know that if i remove this default adapter from xsd,
Do the datasetdesigner.cs file (which is generated automatically in vs.net when we add an xsd), need xsd at the runtime or not.As per my belief, cs file contains all the necessary function to retrieve schema and do other operations with database and hence it does not need any xml file behind it.
Please pour in with whatever you know about this.
This will certaining help me understanding typed dataset advantage
regards

