Open asherber opened 3 months ago
I'm connecting to a Postgres db using LinqPad 8 and Linq2DB. Some of my columns use a user-defined type, which Linq2DB presents as Object. Is there some way to inject a scaffold interceptor to map this type to String?
Object
String
Currently not possible
I'm connecting to a Postgres db using LinqPad 8 and Linq2DB. Some of my columns use a user-defined type, which Linq2DB presents as
Object
. Is there some way to inject a scaffold interceptor to map this type toString
?