On Thu, 2010-08-19 at 14:10 -0700, sam wrote: > Since I am using Firebird, all table names are caps, so underscores > are used to separate words. It turns out that the current > INameFormatter isn't working all that well for me
Looks like: http://code.google.com/p/dblinq2007/issues/detail?id=105 > so I was wondering how exactly do I create a custom one? You don't; INameFormatter is a DbLinq-specific type. We need to fix the one in DbMetal. :-/ You can use /language to partially control it's behavior, but it's still buggy and needs fixing. - 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.
