Example #1
0
		private void detach_Authors(Author entity)
		{
			this.SendPropertyChanging();
			entity.Article = null;
		}
Example #2
0
		private void attach_Authors(Author entity)
		{
			this.SendPropertyChanging();
			entity.Article = this;
		}
Example #3
0
 partial void UpdateAuthor(Author instance);
Example #4
0
 partial void DeleteAuthor(Author instance);
Example #5
0
 partial void InsertAuthor(Author instance);