public virtual dsCore.ItemCategoriesDataTable GetDataByID(int p1) { this.Adapter.SelectCommand = this.CommandCollection[2]; this.Adapter.SelectCommand.Parameters[0].Value = ((int)(p1)); dsCore.ItemCategoriesDataTable dataTable = new dsCore.ItemCategoriesDataTable(); this.Adapter.Fill(dataTable); return dataTable; }
public virtual dsCore.ItemCategoriesDataTable GetDataActive() { this.Adapter.SelectCommand = this.CommandCollection[1]; dsCore.ItemCategoriesDataTable dataTable = new dsCore.ItemCategoriesDataTable(); this.Adapter.Fill(dataTable); return dataTable; }