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