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

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