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