コード例 #1
0
 partial void DeleteCatalogueDegree(CatalogueDegree instance);
コード例 #2
0
 partial void UpdateCatalogueDegree(CatalogueDegree instance);
コード例 #3
0
		private void detach_CatalogueDegrees(CatalogueDegree entity)
		{
			this.SendPropertyChanging();
			entity.Degree = null;
		}
コード例 #4
0
 partial void InsertCatalogueDegree(CatalogueDegree instance);
コード例 #5
0
		private void attach_CatalogueDegrees(CatalogueDegree entity)
		{
			this.SendPropertyChanging();
			entity.Catalogue = this;
		}