コード例 #1
0
 public RowMapperImpl(MappingAdoQueryWithContext mappingAdoQueryWithContext, IDictionary inParams, IDictionary callingContext)
 {
     outer               = mappingAdoQueryWithContext;
     this.inParams       = inParams;
     this.callingContext = callingContext;
 }
コード例 #2
0
 public RowMapperImpl(MappingAdoQueryWithContext mappingAdoQueryWithContext, IDictionary inParams, IDictionary callingContext)
 {
     outer = mappingAdoQueryWithContext;
     this.inParams = inParams;
     this.callingContext = callingContext;
 }