Example #1
0
		private void detach_Reviews(Review entity)
		{
			this.SendPropertyChanging();
			entity.Part = null;
		}
Example #2
0
		private void attach_Reviews(Review entity)
		{
			this.SendPropertyChanging();
			entity.Part = this;
		}
Example #3
0
 partial void UpdateReview(Review instance);
Example #4
0
 partial void DeleteReview(Review instance);
Example #5
0
 partial void InsertReview(Review instance);