Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Underscores removed from object names
Message
 
À
14/12/2006 09:03:01
Jeff Corder
Ambit Technologies, LLC
Missouri, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01177342
Message ID:
01177839
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform