linq2db / linq2db.LINQPad

linq2db.LINQPad is a driver for LINQPad.
MIT License
74 stars 23 forks source link

Interceptors in LinqPad #115

Open asherber opened 1 month ago

asherber commented 1 month 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?

MaceWindu commented 1 month ago

Currently not possible