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