public virtual dt_set_sg_profile_single.Tbl_sg_profilesDataTable GetData()
 {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     dt_set_sg_profile_single.Tbl_sg_profilesDataTable dataTable = new dt_set_sg_profile_single.Tbl_sg_profilesDataTable();
     this.Adapter.Fill(dataTable);
     return(dataTable);
 }
 public virtual int Fill(dt_set_sg_profile_single.Tbl_sg_profilesDataTable dataTable)
 {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     if (this.ClearBeforeFill)
     {
         dataTable.Clear();
     }
     return(this.Adapter.Fill(dataTable));
 }
 public virtual int Update(dt_set_sg_profile_single.Tbl_sg_profilesDataTable dataTable)
 {
     return(this.Adapter.Update(dataTable));
 }