Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ds.DeleteAll
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
00891167
Message ID:
00891197
Views:
23
Stephen,

>Deletes all rows in the default DataSet's default table
>
>Syntax:
> public DeleteAll()
>
>This is within the ds and NOT THE TABLE?
>
>I have need to "play" with working data and thought to just trash the former params values in the table and re-gen for current use.

If the business object's ImmediateDelete flag is set to false, the delete occurs only in the DataTable. If it's set to true, the records are also deleted in the back end table.

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
Reply
Map
View

Click here to load this message in the networking platform