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

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