Пример #1
0
 partial void UpdateComment(Comment instance);
Пример #2
0
 partial void DeleteComment(Comment instance);
Пример #3
0
		private void attach_Comment(Comment entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}
Пример #4
0
		private void detach_Comment(Comment entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
Пример #5
0
 partial void InsertComment(Comment instance);
Пример #6
0
		private void detach_Comment(Comment entity)
		{
			this.SendPropertyChanging();
			entity.CourseInfo = null;
		}
Пример #7
0
		private void attach_Comment(Comment entity)
		{
			this.SendPropertyChanging();
			entity.CourseInfo = this;
		}
Пример #8
0
		private void detach_Comment2(Comment entity)
		{
			this.SendPropertyChanging();
			entity.Comment1 = null;
		}
Пример #9
0
		private void attach_Comment2(Comment entity)
		{
			this.SendPropertyChanging();
			entity.Comment1 = this;
		}