Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetDataSet and FillDataSet
Message
From
22/12/2003 22:56:38
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
GetDataSet and FillDataSet
Miscellaneous
Thread ID:
00861487
Message ID:
00861487
Views:
63
I have a method in a business object where need to get data from serveral tables into DataSets and process the results and then insert various records into the table for that business object.

I'm unclear on using GetDataSet() and FillDataSet() for getting those DataSets.

- I'm pretty clear that GetDataSet() raises state change events, and I don't need those
- GetDataSet() also looks like it set a DataSet property in the business object

- does FillDataSet() also set the business object's DataSet property? Or simply return a DataSet given a query?

Or do I need to create complex business objects that I use inside other business objects?
Next
Reply
Map
View

Click here to load this message in the networking platform