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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "xsd_AHAAI02";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtPrint            = new dtPrintDataTable();
     base.Tables.Add(this.tabledtPrint);
 }
 internal void InitVars(bool initTable)
 {
     this.tabledtPrint = ((dtPrintDataTable)(base.Tables["dtPrint"]));
     if ((initTable == true))
     {
         if ((this.tabledtPrint != null))
         {
             this.tabledtPrint.InitVars();
         }
     }
 }
 internal dtPrintRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtPrint = ((dtPrintDataTable)(this.Table));
 }