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

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