public RowMapperImpl(MappingAdoQueryWithContext mappingAdoQueryWithContext, IDictionary inParams, IDictionary callingContext)
 {
     outer               = mappingAdoQueryWithContext;
     this.inParams       = inParams;
     this.callingContext = callingContext;
 }
 public RowMapperImpl(MappingAdoQueryWithContext mappingAdoQueryWithContext, IDictionary inParams, IDictionary callingContext)
 {
     outer = mappingAdoQueryWithContext;
     this.inParams = inParams;
     this.callingContext = callingContext;
 }