partial void Deletevcdb_Vehicle(vcdb_Vehicle instance);
partial void Updatevcdb_Vehicle(vcdb_Vehicle instance);
partial void Insertvcdb_Vehicle(vcdb_Vehicle instance);
private void detach_vcdb_Vehicles(vcdb_Vehicle entity) { this.SendPropertyChanging(); entity.VehicleConfig = null; }
private void attach_vcdb_Vehicles(vcdb_Vehicle entity) { this.SendPropertyChanging(); entity.BaseVehicle = this; }
private void detach_vcdb_Vehicles(vcdb_Vehicle entity) { this.SendPropertyChanging(); entity.Submodel = null; }