コード例 #1
0
		private void detach_Categories(Category entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
コード例 #2
0
		private void attach_Categories(Category entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
コード例 #3
0
 partial void UpdateCategory(Category instance);
コード例 #4
0
 partial void DeleteCategory(Category instance);
コード例 #5
0
 partial void InsertCategory(Category instance);