Beispiel #1
0
		private void detach_Keywords(Keyword entity)
		{
			this.SendPropertyChanging();
			entity.Article = null;
		}
Beispiel #2
0
		private void attach_Keywords(Keyword entity)
		{
			this.SendPropertyChanging();
			entity.Article = this;
		}
Beispiel #3
0
 partial void UpdateKeyword(Keyword instance);
Beispiel #4
0
 partial void DeleteKeyword(Keyword instance);
Beispiel #5
0
 partial void InsertKeyword(Keyword instance);