Example #1
0
 public ReportParameterRelEPs(CamposRelEPs campo, string[] dbField, string[] joinClause, string[] whereClause, ReturnType rType)
     : base(dbField, joinClause, whereClause, rType)
 {
     this.campo = campo;
 }
Example #2
0
 public ReportParameterRelEPs(CamposRelEPs campo, string[] dbField, string[] joinClause, string[] whereClause, ReturnType rType)
     : base(dbField, joinClause, whereClause, rType)
 {
     this.campo = campo;
 }