Example #1
0
		private void detach_Lifestyle_Trailers(Lifestyle_Trailer entity)
		{
			this.SendPropertyChanging();
			entity.Categories = null;
		}
Example #2
0
		private void attach_Lifestyle_Trailers(Lifestyle_Trailer entity)
		{
			this.SendPropertyChanging();
			entity.Trailer = this;
		}
Example #3
0
 partial void UpdateLifestyle_Trailer(Lifestyle_Trailer instance);
Example #4
0
 partial void DeleteLifestyle_Trailer(Lifestyle_Trailer instance);
Example #5
0
 partial void InsertLifestyle_Trailer(Lifestyle_Trailer instance);