Ejemplo n.º 1
0
 public virtual dsCore.ItemInventoriesDataTable GetDataDenormalized() {
     this.Adapter.SelectCommand = this.CommandCollection[3];
     dsCore.ItemInventoriesDataTable dataTable = new dsCore.ItemInventoriesDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }
Ejemplo n.º 2
0
 public virtual dsCore.ItemInventoriesDataTable GetDataByWarehouseID(int p1) {
     this.Adapter.SelectCommand = this.CommandCollection[2];
     this.Adapter.SelectCommand.Parameters[0].Value = ((int)(p1));
     dsCore.ItemInventoriesDataTable dataTable = new dsCore.ItemInventoriesDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }