partial void Deletetitleauthor(titleauthor instance);
 partial void Updatetitleauthor(titleauthor instance);
		private void detach_titleauthors(titleauthor entity)
		{
			this.SendPropertyChanging();
			entity.author = null;
		}
 partial void Inserttitleauthor(titleauthor instance);
		private void attach_titleauthors(titleauthor entity)
		{
			this.SendPropertyChanging();
			entity.author = this;
		}
Beispiel #6
0
 private void detach_titleauthors(titleauthor entity)
 {
     this.SendPropertyChanging();
     entity.author = null;
 }
Beispiel #7
0
 partial void Deletetitleauthor(titleauthor instance);
Beispiel #8
0
 private void attach_titleauthors(titleauthor entity)
 {
     this.SendPropertyChanging();
     entity.author = this;
 }
Beispiel #9
0
 partial void Updatetitleauthor(titleauthor instance);
Beispiel #10
0
 partial void Inserttitleauthor(titleauthor instance);