Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Underscores removed from object names
Message
 
To
14/12/2006 09:03:01
Jeff Corder
Ambit Technologies, LLC
Missouri, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01177342
Message ID:
01177839
Views:
11
>I am aware of the preference for no underscores. I was trying to avoid having to take the time to remove them. It shouldn't be TOO traumatic.

<g> I can make this an option in the future, but for now there's a single line of code in the business layer generator that you can comment out:
// Remove any underscores "_" to derive a logical object name
ObjectName = ObjectName.Replace("_", "");
This code is found in mmWizardPageSelectData.ProcessDBCObjects(). It's VERY easy to rebuild the BLG project (its assembly doesn't get installed in the GAC) so you could go that route for now.

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