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