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

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