Example #1
0
		private void detach_Vehicles(Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.Make = null;
		}
Example #2
0
		private void attach_Vehicles(Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.Make = this;
		}
Example #3
0
 partial void UpdateVehicle(Vehicle instance);
Example #4
0
 partial void DeleteVehicle(Vehicle instance);
Example #5
0
 partial void InsertVehicle(Vehicle instance);