Esempio n. 1
0
 public virtual int Fill(sp_REKAP_ISPLATADataSet dataSet)
 {
     if (this.fillDataParameters == null)
     {
         throw new ArgumentException();
     }
     this.Fill(dataSet, this.fillDataParameters[0].Value.ToString(), this.fillDataParameters[1].Value.ToString());
     return(0);
 }
Esempio n. 2
0
 public virtual int FillPage(sp_REKAP_ISPLATADataSet dataSet, int startRow, int maxRows)
 {
     if (this.fillDataParameters == null)
     {
         throw new ArgumentException();
     }
     this.FillPage(dataSet, this.fillDataParameters[0].Value.ToString(), this.fillDataParameters[1].Value.ToString(), startRow, maxRows);
     return(0);
 }
Esempio n. 3
0
 public virtual int Fill(DataSet dataSet)
 {
     this.sp_REKAP_ISPLATASet = (sp_REKAP_ISPLATADataSet)dataSet;
     if (this.sp_REKAP_ISPLATASet != null)
     {
         return(this.Fill(this.sp_REKAP_ISPLATASet));
     }
     this.sp_REKAP_ISPLATASet = new sp_REKAP_ISPLATADataSet();
     this.Fill(this.sp_REKAP_ISPLATASet);
     dataSet.Merge(this.sp_REKAP_ISPLATASet);
     return(0);
 }
Esempio n. 4
0
 public virtual int FillPage(DataSet dataSet, int startRow, int maxRows)
 {
     this.sp_REKAP_ISPLATASet = (sp_REKAP_ISPLATADataSet)dataSet;
     if (this.sp_REKAP_ISPLATASet != null)
     {
         return(this.FillPage(this.sp_REKAP_ISPLATASet, startRow, maxRows));
     }
     this.sp_REKAP_ISPLATASet = new sp_REKAP_ISPLATADataSet();
     this.FillPage(this.sp_REKAP_ISPLATASet, startRow, maxRows);
     dataSet.Merge(this.sp_REKAP_ISPLATASet);
     return(0);
 }
Esempio n. 5
0
 public virtual int FillPage(sp_REKAP_ISPLATADataSet dataSet, string iDOBRACUN, string vBDIBANKE, int startRow, int maxRows)
 {
     this.Initialize();
     this.connDefault         = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.sp_REKAP_ISPLATASet = dataSet;
     this.rowsp_REKAP_ISPLATA = this.sp_REKAP_ISPLATASet.sp_REKAP_ISPLATA.Newsp_REKAP_ISPLATARow();
     this.SetFillParameters(iDOBRACUN, vBDIBANKE);
     this.AV8IDOBRAC = iDOBRACUN;
     this.AV9VBDIBAN = vBDIBANKE;
     try
     {
         this.executePrivate(startRow, maxRows);
     }
     finally
     {
         this.Cleanup();
     }
     return(0);
 }