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