Exemplo n.º 1
0
 public virtual InwardOutward.Inward_OutwardRegisterDataTable GetOutwardDetailsByOutwardId(global::System.Nullable<global::System.Guid> Inward_outwardId) {
     this.Adapter.SelectCommand = this.CommandCollection[9];
     if ((Inward_outwardId.HasValue == true)) {
         this.Adapter.SelectCommand.Parameters[1].Value = ((System.Guid)(Inward_outwardId.Value));
     }
     else {
         this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
     }
     InwardOutward.Inward_OutwardRegisterDataTable dataTable = new InwardOutward.Inward_OutwardRegisterDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }
Exemplo n.º 2
0
 public virtual InwardOutward.Inward_OutwardRegisterDataTable GetAllOutwardDetails() {
     this.Adapter.SelectCommand = this.CommandCollection[7];
     InwardOutward.Inward_OutwardRegisterDataTable dataTable = new InwardOutward.Inward_OutwardRegisterDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }