コード例 #1
0
ファイル: RelatorioRule.cs プロジェクト: huguitosilva1/gisa
 public ReportParameterRelInvCatPesqDet(CamposRelInvCatPesqDet campo, string[] dbField, string[] joinClause, string[] whereClause, ReturnType rType)
     : base(dbField, joinClause, whereClause, rType)
 {
     this.campo = campo;
 }
コード例 #2
0
ファイル: RelatorioRule.cs プロジェクト: aureliopires/gisa
 public ReportParameterRelInvCatPesqDet(CamposRelInvCatPesqDet campo, string[] dbField, string[] joinClause, string[] whereClause, ReturnType rType)
     : base(dbField, joinClause, whereClause, rType)
 {
     this.campo = campo;
 }