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