private void InitClass() {
     this.DataSetName = "PrintVehicleLocationTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/PrintVehicleLocationTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablePrintVehicleLocation = new PrintVehicleLocationDataTable();
     base.Tables.Add(this.tablePrintVehicleLocation);
     this.tablePrintVehicleLocationDays = new PrintVehicleLocationDaysDataTable();
     base.Tables.Add(this.tablePrintVehicleLocationDays);
 }
 internal PrintVehicleLocationRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablePrintVehicleLocation = ((PrintVehicleLocationDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tablePrintVehicleLocation = ((PrintVehicleLocationDataTable)(base.Tables["PrintVehicleLocation"]));
     if ((initTable == true)) {
         if ((this.tablePrintVehicleLocation != null)) {
             this.tablePrintVehicleLocation.InitVars();
         }
     }
     this.tablePrintVehicleLocationDays = ((PrintVehicleLocationDaysDataTable)(base.Tables["PrintVehicleLocationDays"]));
     if ((initTable == true)) {
         if ((this.tablePrintVehicleLocationDays != null)) {
             this.tablePrintVehicleLocationDays.InitVars();
         }
     }
 }