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

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