public virtual Curso2541DataSet.tb_ClientesDataTable GetData()
 {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     Curso2541DataSet.tb_ClientesDataTable dataTable = new Curso2541DataSet.tb_ClientesDataTable();
     this.Adapter.Fill(dataTable);
     return(dataTable);
 }
        public virtual int Fill(Curso2541DataSet.tb_ClientesDataTable 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(Curso2541DataSet.tb_ClientesDataTable dataTable)
 {
     return(this.Adapter.Update(dataTable));
 }