Example #1
0
		private void detach_NewsContent(NewsContent entity)
		{
			this.SendPropertyChanging();
			entity.News = null;
		}
Example #2
0
		private void attach_NewsContent(NewsContent entity)
		{
			this.SendPropertyChanging();
			entity.News = this;
		}
Example #3
0
 partial void UpdateNewsContent(NewsContent instance);
Example #4
0
 partial void DeleteNewsContent(NewsContent instance);
Example #5
0
 partial void InsertNewsContent(NewsContent instance);