Beispiel #1
0
		private void detach_NewsInTags(NewsInTags entity)
		{
			this.SendPropertyChanging();
			entity.News = null;
		}
Beispiel #2
0
		private void attach_NewsInTags(NewsInTags entity)
		{
			this.SendPropertyChanging();
			entity.News = this;
		}
Beispiel #3
0
 partial void UpdateNewsInTags(NewsInTags instance);
Beispiel #4
0
 partial void DeleteNewsInTags(NewsInTags instance);
Beispiel #5
0
 partial void InsertNewsInTags(NewsInTags instance);