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

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