Esempio n. 1
0
 public virtual Appeal.AppealActsApplicableDataTable GetAppealActsByAppealApplicationId(global::System.Nullable<global::System.Guid> AppealApplicationId) {
     this.Adapter.SelectCommand = this.CommandCollection[3];
     if ((AppealApplicationId.HasValue == true)) {
         this.Adapter.SelectCommand.Parameters[1].Value = ((System.Guid)(AppealApplicationId.Value));
     }
     else {
         this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
     }
     Appeal.AppealActsApplicableDataTable dataTable = new Appeal.AppealActsApplicableDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }
Esempio n. 2
0
 public virtual Appeal.AppealActsApplicableDataTable GetAppealByAppealNo(global::System.Nullable<decimal> AppealSlN0) {
     this.Adapter.SelectCommand = this.CommandCollection[4];
     if ((AppealSlN0.HasValue == true)) {
         this.Adapter.SelectCommand.Parameters[1].Value = ((decimal)(AppealSlN0.Value));
     }
     else {
         this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
     }
     Appeal.AppealActsApplicableDataTable dataTable = new Appeal.AppealActsApplicableDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }
Esempio n. 3
0
 public virtual Appeal.AppealActsApplicableDataTable GetData() {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     Appeal.AppealActsApplicableDataTable dataTable = new Appeal.AppealActsApplicableDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }