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