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

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