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

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