Beispiel #1
0
		private void detach_images(image entity)
		{
			this.SendPropertyChanging();
			entity.person = null;
		}
Beispiel #2
0
		private void attach_images(image entity)
		{
			this.SendPropertyChanging();
			entity.person = this;
		}
Beispiel #3
0
 partial void Updateimage(image instance);
Beispiel #4
0
 partial void Deleteimage(image instance);
Beispiel #5
0
 partial void Insertimage(image instance);