Autoquery and AutoMapping.RegisterConverter

When I select from autoquery<From,ToDto> is it possible to pass throught the AutoMapping Registered Converter to use the right mapper?
Thanks Gianmaria

There is no Auto Mapping used in AutoQuery the results are populated directly from OrmLite, if you want to change the behavior of an Auto Query Service you can use a custom Auto Query implementation or a Global Response Filter.