コード例 #1
0
 partial void DeleteSCategory(SCategory instance);
コード例 #2
0
 partial void UpdateSCategory(SCategory instance);
コード例 #3
0
		private void detach_SCategories(SCategory entity)
		{
			this.SendPropertyChanging();
			entity.XCategory = null;
		}
コード例 #4
0
 partial void InsertSCategory(SCategory instance);
コード例 #5
0
		private void attach_SCategories(SCategory entity)
		{
			this.SendPropertyChanging();
			entity.XCategory = this;
		}