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