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