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

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