public override global::System.Data.DataTable Clone()
            {
                dtAlunosDevedoresDataTable cln = ((dtAlunosDevedoresDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "RelAlunosDevedoresDs";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/RelAlunosDevedoresDs.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtAlunosDevedores  = new dtAlunosDevedoresDataTable();
     base.Tables.Add(this.tabledtAlunosDevedores);
 }
 internal void InitVars(bool initTable)
 {
     this.tabledtAlunosDevedores = ((dtAlunosDevedoresDataTable)(base.Tables["dtAlunosDevedores"]));
     if ((initTable == true))
     {
         if ((this.tabledtAlunosDevedores != null))
         {
             this.tabledtAlunosDevedores.InitVars();
         }
     }
 }
 internal dtAlunosDevedoresRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtAlunosDevedores = ((dtAlunosDevedoresDataTable)(this.Table));
 }