Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generated Stored Procedures Question
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01243855
Message ID:
01244001
Views:
28
E.R.,

>When you generate stored procedures in the BizObj generator does it create any methods to access those sprocs in the BizObj or DataAccess class or is that something one has to customize?

When the BLG creates stored procedures it also creates a data access class that automatically calls the insert/update/delete stored procedures when saving data. The SELECT stored procedures are called behind the scenes for various reasons at the framework level. If you want to call these yourself from your business object you can simply reference the stored procedure as you would any other.

Best 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