Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom data access class - IDataAdapter.SelectCommand
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00950319
Message ID:
00951195
Views:
17
Ric,

>I thought I had to use FillDataSet in order to work with typed datasets. Are you saying that if I only ever needed the default IDataAdapter.SelectCommand, that I could use a typed dataset and NEVER use FillDataSet?

That's right...if you set up your business object as demonstrated in your code, it always instantiates your typed DataSet rather than an instance of mmDataSet...and then you don't have to use FillDataSet().

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform