Example #1
0
 partial void DeleteVehiclePartAttribute(VehiclePartAttribute instance);
Example #2
0
 partial void InsertVehiclePartAttribute(VehiclePartAttribute instance);
Example #3
0
 partial void UpdateVehiclePartAttribute(VehiclePartAttribute instance);
Example #4
0
		private void detach_VehiclePartAttributes(VehiclePartAttribute entity)
		{
			this.SendPropertyChanging();
			entity.VehiclePart = null;
		}