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

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