예제 #1
0
 partial void Deleteimages_product(images_product instance);
예제 #2
0
 partial void Updateimages_product(images_product instance);
예제 #3
0
		private void detach_images_products(images_product entity)
		{
			this.SendPropertyChanging();
			entity.image = null;
		}
예제 #4
0
 partial void Insertimages_product(images_product instance);
예제 #5
0
		private void attach_images_products(images_product entity)
		{
			this.SendPropertyChanging();
			entity.product = this;
		}