Beispiel #1
0
 private void detach_AuthorISBNs(AuthorISBN entity)
 {
     this.SendPropertyChanging();
     entity.Author = null;
 }
Beispiel #2
0
 partial void DeleteAuthorISBN(AuthorISBN instance);
Beispiel #3
0
 private void attach_AuthorISBNs(AuthorISBN entity)
 {
     this.SendPropertyChanging();
     entity.Author = this;
 }
Beispiel #4
0
 partial void InsertAuthorISBN(AuthorISBN instance);
Beispiel #5
0
 partial void UpdateAuthorISBN(AuthorISBN instance);
Beispiel #6
0
	private void detach_AuthorISBNs(AuthorISBN entity)
	{
		this.SendPropertyChanging();
		entity.Author = null;
	}
Beispiel #7
0
	private void attach_AuthorISBNs(AuthorISBN entity)
	{
		this.SendPropertyChanging();
		entity.Author = this;
	}
Beispiel #8
0
 partial void DeleteAuthorISBN(AuthorISBN instance);
Beispiel #9
0
 partial void UpdateAuthorISBN(AuthorISBN instance);
Beispiel #10
0
 partial void InsertAuthorISBN(AuthorISBN instance);