예제 #1
0
		private void detach_BookGenres(BookGenre entity)
		{
			this.SendPropertyChanging();
			entity.Book = null;
		}
예제 #2
0
		private void attach_BookGenres(BookGenre entity)
		{
			this.SendPropertyChanging();
			entity.Book = this;
		}
예제 #3
0
 partial void UpdateBookGenre(BookGenre instance);
예제 #4
0
 partial void DeleteBookGenre(BookGenre instance);
예제 #5
0
 partial void InsertBookGenre(BookGenre instance);