Example #1
0
		private void detach_StoreProducts1(StoreProduct entity)
		{
			this.SendPropertyChanging();
			entity.StoreVariantType1 = null;
		}
Example #2
0
		private void attach_StoreProducts(StoreProduct entity)
		{
			this.SendPropertyChanging();
			entity.StoreVariantType = this;
		}
Example #3
0
 partial void DeleteStoreProduct(StoreProduct instance);
Example #4
0
 partial void UpdateStoreProduct(StoreProduct instance);
Example #5
0
 partial void InsertStoreProduct(StoreProduct instance);
Example #6
0
		private void detach_StoreProducts(StoreProduct entity)
		{
			this.SendPropertyChanging();
			entity.StoreAnime = null;
		}