Object that handles conversion of queries into concreate types and data structures. Allows conversion of queries to a data reader, data table as well as the standard behaviors ToList(), ToArray() using the entity class as its input.

This routine is useful in that it provides object parameters the abillity to return output in a variety of ways which makes anonymous type result more usable outside of local scope.