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

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