private void InitClass() {
     this.DataSetName = "LateralLocationSheetReportTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/LateralLocationSheetReportTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLateralLocationSheet = new LateralLocationSheetDataTable();
     base.Tables.Add(this.tableLateralLocationSheet);
     this.tableLateralLocationSheetLateralDetails = new LateralLocationSheetLateralDetailsDataTable();
     base.Tables.Add(this.tableLateralLocationSheetLateralDetails);
 }
 internal LateralLocationSheetRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableLateralLocationSheet = ((LateralLocationSheetDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableLateralLocationSheet = ((LateralLocationSheetDataTable)(base.Tables["LateralLocationSheet"]));
     if ((initTable == true)) {
         if ((this.tableLateralLocationSheet != null)) {
             this.tableLateralLocationSheet.InitVars();
         }
     }
     this.tableLateralLocationSheetLateralDetails = ((LateralLocationSheetLateralDetailsDataTable)(base.Tables["LateralLocationSheetLateralDetails"]));
     if ((initTable == true)) {
         if ((this.tableLateralLocationSheetLateralDetails != null)) {
             this.tableLateralLocationSheetLateralDetails.InitVars();
         }
     }
 }