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

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