コード例 #1
0
		private void detach_Tasks(Tasks entity)
		{
			this.SendPropertyChanging();
			entity.Runs = null;
		}
コード例 #2
0
		private void attach_Tasks(Tasks entity)
		{
			this.SendPropertyChanging();
			entity.Runs = this;
		}
コード例 #3
0
 partial void UpdateTasks(Tasks instance);
コード例 #4
0
 partial void DeleteTasks(Tasks instance);
コード例 #5
0
 partial void InsertTasks(Tasks instance);