public override System.Data.DataTable Clone()
            {
                SPOOLSTATISTICS_TABDataTable cln = ((SPOOLSTATISTICS_TABDataTable)(base.Clone()));

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