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