Beispiel #1
0
 partial void DeletePhoto(Photo instance);
Beispiel #2
0
 partial void UpdatePhoto(Photo instance);
Beispiel #3
0
		private void detach_Photos(Photo entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
Beispiel #4
0
 partial void InsertPhoto(Photo instance);
Beispiel #5
0
		private void attach_Photos(Photo entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}