예제 #1
0
 partial void DeleteVehicle(Vehicle instance);
예제 #2
0
		private void detach_Vehicles(Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.Manufacturer = null;
		}
예제 #3
0
 partial void UpdateVehicle(Vehicle instance);
예제 #4
0
 partial void InsertVehicle(Vehicle instance);
예제 #5
0
		private void detach_Vehicles(Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.VehicleCategory = null;
		}
예제 #6
0
		private void detach_Vehicles(Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.Model = null;
		}
예제 #7
0
		private void attach_Vehicles(Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.Model = this;
		}