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