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