示例#1
0
 partial void DeleteVehicleType(VehicleType instance);
示例#2
0
 partial void InsertVehicleType(VehicleType instance);
示例#3
0
 partial void UpdateVehicleType(VehicleType instance);
示例#4
0
		private void detach_VehicleTypes(VehicleType entity)
		{
			this.SendPropertyChanging();
			entity.VehicleTypeGroup = null;
		}