示例#1
0
		private void detach_TB_VF_Vehicles(TB_VF_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.TB_HR_AttendUser = null;
		}
示例#2
0
 partial void DeleteTB_VF_Vehicle(TB_VF_Vehicle instance);
示例#3
0
 partial void InsertTB_VF_Vehicle(TB_VF_Vehicle instance);
示例#4
0
 partial void UpdateTB_VF_Vehicle(TB_VF_Vehicle instance);
示例#5
0
		private void detach_TB_VF_Vehicles(TB_VF_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.TB_VF_VehicleStatus = null;
		}