Exemplo n.º 1
0
 public virtual InwardOutward.PostalDeliveryType_LKPDataTable GetPostalDeliveryTypeById(global::System.Nullable<global::System.Guid> PostalDeliveryType_Id) {
     this.Adapter.SelectCommand = this.CommandCollection[4];
     if ((PostalDeliveryType_Id.HasValue == true)) {
         this.Adapter.SelectCommand.Parameters[1].Value = ((System.Guid)(PostalDeliveryType_Id.Value));
     }
     else {
         this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
     }
     InwardOutward.PostalDeliveryType_LKPDataTable dataTable = new InwardOutward.PostalDeliveryType_LKPDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }
Exemplo n.º 2
0
 public virtual InwardOutward.PostalDeliveryType_LKPDataTable GetPostalDeliveryLookUpDetails() {
     this.Adapter.SelectCommand = this.CommandCollection[3];
     InwardOutward.PostalDeliveryType_LKPDataTable dataTable = new InwardOutward.PostalDeliveryType_LKPDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }