On Sat, 2010-09-18 at 17:10 +1000, James Darbyshire wrote:
> It is naming my objects with underscores in them in a very funky way..
> 
> 
> E.g.
> 
> 
> FK_Contact --> fkcOntact
> Audit_Type --> AuditType
> 
> 
> It removes all underscores from properties, and also from object
> names. Whilst it is not life threatening, it is slightly annoying...

All I can suggest is using the /case:leave option...which *still*
removes the underscore, but at least leaves the rest of the casing
~sane, e.g. FK_Contact becomes FKContact instead of fkcOntact.

> Using the latest sqlmetal, updated from codeplex today.

codeplex?  That release is old (and I am currently unable to update it).
You should be using the code.google.com releases:

        http://code.google.com/p/dblinq2007/

Though that still doesn't have a "leave my identifiers alone" setting.

 - Jon


-- 
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en.

Reply via email to