예제 #1
0
 partial void DeleteNewspost(Newspost instance);
예제 #2
0
 partial void UpdateNewspost(Newspost instance);
예제 #3
0
 partial void InsertNewspost(Newspost instance);
예제 #4
0
		private void detach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Articlecategory = null;
		}
예제 #5
0
		private void detach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
예제 #6
0
		private void attach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Person = this;
		}