Example #1
0
		private void detach_CatParts(CatPart entity)
		{
			this.SendPropertyChanging();
			entity.Part = null;
		}
Example #2
0
		private void attach_CatParts(CatPart entity)
		{
			this.SendPropertyChanging();
			entity.Part = this;
		}
Example #3
0
 partial void UpdateCatPart(CatPart instance);
Example #4
0
 partial void DeleteCatPart(CatPart instance);
Example #5
0
 partial void InsertCatPart(CatPart instance);