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

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