I got some more time today to look into this and I remain stumped. It looks like the INameFormatter is implemented using the concept defined in the Spring.Net's Inversion of Control (IoC), but I am not seeing any way for the Firebird provider to override this stuff. Is there a way and I am just missing it?
On Aug 19, 5:10 pm, sam <[email protected]> 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 so I was wondering > how exactly do I create a custom one? From what I can tell, Firebird > does not implement it's own INameFormatter at this time. -- 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.
