コード例 #1
0
 partial void DeleteScheduleHistory(ScheduleHistory instance);
コード例 #2
0
 partial void InsertScheduleHistory(ScheduleHistory instance);
コード例 #3
0
 partial void UpdateScheduleHistory(ScheduleHistory instance);
コード例 #4
0
		private void detach_ScheduleHistories(ScheduleHistory entity)
		{
			this.SendPropertyChanging();
			entity.Schedule = null;
		}