Esempio n. 1
0
 partial void DeletecategoryName(categoryName instance);
Esempio n. 2
0
 partial void UpdatecategoryName(categoryName instance);
Esempio n. 3
0
		private void detach_categoryName(categoryName entity)
		{
			this.SendPropertyChanging();
			entity.language = null;
		}
Esempio n. 4
0
 partial void InsertcategoryName(categoryName instance);
Esempio n. 5
0
		private void attach_categoryName(categoryName entity)
		{
			this.SendPropertyChanging();
			entity.categories = this;
		}