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