예제 #1
0
 partial void DeleteVehicleToBedConfig(VehicleToBedConfig instance);
예제 #2
0
 partial void InsertVehicleToBedConfig(VehicleToBedConfig instance);
예제 #3
0
 partial void UpdateVehicleToBedConfig(VehicleToBedConfig instance);
예제 #4
0
		private void detach_VehicleToBedConfigs(VehicleToBedConfig entity)
		{
			this.SendPropertyChanging();
			entity.Vehicle = null;
		}