示例#1
0
 public ResultObjectForExcel(ISqlCommandParameters parameters, IExcel.Range target, Boolean includeFieldHeadings, UpdateCallingClass logMethod)
 {
     targetRange   = target;
     includeHeader = includeFieldHeadings;
     sqlExecution  = new SqlCommandExecution(parameters);
     callingClass  = logMethod;
 }
示例#2
0
 public ResultObject(ISqlCommandParameters parameter, UpdateCallingClass logMethod)
 {
     sqlCommandExecution = new SqlCommandExecution(parameter);
     callingClass        = logMethod;
 }