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