コード例 #1
0
 partial void DeleteImagen_Producto(Imagen_Producto instance);
コード例 #2
0
 partial void UpdateImagen_Producto(Imagen_Producto instance);
コード例 #3
0
		private void detach_Imagen_Producto(Imagen_Producto entity)
		{
			this.SendPropertyChanging();
			entity.Producto = null;
		}
コード例 #4
0
 partial void InsertImagen_Producto(Imagen_Producto instance);
コード例 #5
0
		private void attach_Imagen_Producto(Imagen_Producto entity)
		{
			this.SendPropertyChanging();
			entity.Producto = this;
		}