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