예제 #1
0
 partial void DeleteReply(Reply instance);
예제 #2
0
 partial void UpdateReply(Reply instance);
예제 #3
0
		private void detach_Replies(Reply entity)
		{
			this.SendPropertyChanging();
			entity.Question = null;
		}
예제 #4
0
 partial void InsertReply(Reply instance);
예제 #5
0
		private void attach_Replies(Reply entity)
		{
			this.SendPropertyChanging();
			entity.Question = this;
		}