public virtual shop_item_group.shop_item_groupDataTable GetData()
 {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     shop_item_group.shop_item_groupDataTable dataTable = new shop_item_group.shop_item_groupDataTable();
     this.Adapter.Fill(dataTable);
     return(dataTable);
 }
        public virtual int Fill(shop_item_group.shop_item_groupDataTable dataTable)
        {
            this.Adapter.SelectCommand = this.CommandCollection[0];
            if ((this.ClearBeforeFill == true))
            {
                dataTable.Clear();
            }
            int returnValue = this.Adapter.Fill(dataTable);

            return(returnValue);
        }
 public virtual int Update(shop_item_group.shop_item_groupDataTable dataTable)
 {
     return(this.Adapter.Update(dataTable));
 }