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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "ProfileDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/ProfileDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableuser_profile       = new user_profileDataTable();
     base.Tables.Add(this.tableuser_profile);
     this.tableprofileList = new profileListDataTable();
     base.Tables.Add(this.tableprofileList);
 }
 internal void InitVars(bool initTable)
 {
     this.tableuser_profile = ((user_profileDataTable)(base.Tables["user_profile"]));
     if ((initTable == true))
     {
         if ((this.tableuser_profile != null))
         {
             this.tableuser_profile.InitVars();
         }
     }
     this.tableprofileList = ((profileListDataTable)(base.Tables["profileList"]));
     if ((initTable == true))
     {
         if ((this.tableprofileList != null))
         {
             this.tableprofileList.InitVars();
         }
     }
 }
 internal user_profileRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableuser_profile = ((user_profileDataTable)(this.Table));
 }
 internal user_profileRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableuser_profile = ((user_profileDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "ProfileDataSet";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/ProfileDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableuser_profile = new user_profileDataTable();
     base.Tables.Add(this.tableuser_profile);
     this.tableprofileList = new profileListDataTable();
     base.Tables.Add(this.tableprofileList);
 }
 internal void InitVars(bool initTable) {
     this.tableuser_profile = ((user_profileDataTable)(base.Tables["user_profile"]));
     if ((initTable == true)) {
         if ((this.tableuser_profile != null)) {
             this.tableuser_profile.InitVars();
         }
     }
     this.tableprofileList = ((profileListDataTable)(base.Tables["profileList"]));
     if ((initTable == true)) {
         if ((this.tableprofileList != null)) {
             this.tableprofileList.InitVars();
         }
     }
 }