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