Esempio n. 1
0
 partial void Deletevcdb_Vehicle(vcdb_Vehicle instance);
Esempio n. 2
0
 partial void Updatevcdb_Vehicle(vcdb_Vehicle instance);
Esempio n. 3
0
 partial void Insertvcdb_Vehicle(vcdb_Vehicle instance);
Esempio n. 4
0
		private void detach_vcdb_Vehicles(vcdb_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.VehicleConfig = null;
		}
Esempio n. 5
0
		private void attach_vcdb_Vehicles(vcdb_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.BaseVehicle = this;
		}
Esempio n. 6
0
		private void detach_vcdb_Vehicles(vcdb_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.Submodel = null;
		}