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

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