예제 #1
0
 partial void Deletenews(news instance);
예제 #2
0
 partial void Updatenews(news instance);
예제 #3
0
		private void detach_news2(news entity)
		{
			this.SendPropertyChanging();
			entity.text3 = null;
		}
예제 #4
0
 partial void Insertnews(news instance);
예제 #5
0
		private void attach_news2(news entity)
		{
			this.SendPropertyChanging();
			entity.text3 = this;
		}