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

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