ASP.NET MVC - 单表级联删除
创始人
2024-09-16 08:00:25
0

在ASP.NET MVC中,可以通过以下步骤实现单表级联删除:

  1. 首先,需要创建一个Controller来处理删除操作。假设我们有一个名为"Product"的实体类,对应的Controller为"ProductController"。
public class ProductController : Controller
{
    private readonly ApplicationDbContext _context;

    public ProductController(ApplicationDbContext context)
    {
        _context = context;
    }

    // GET: Product
    public ActionResult Index()
    {
        var products = _context.Products.ToList();
        return View(products);
    }

    // GET: Product/Delete/5
    public ActionResult Delete(int id)
    {
        var product = _context.Products.Find(id);
        if (product == null)
        {
            return HttpNotFound();
        }
        return View(product);
    }

    // POST: Product/Delete/5
    [HttpPost, ActionName("Delete")]
    [ValidateAntiForgeryToken]
    public ActionResult DeleteConfirmed(int id)
    {
        // 查找要删除的产品
        var product = _context.Products.Find(id);

        // 删除与产品相关的相关实体
        // 这里假设有一个"Order"实体类,它与产品相关联
        var orders = _context.Orders.Where(o => o.ProductId == product.Id);
        _context.Orders.RemoveRange(orders);

        // 删除产品
        _context.Products.Remove(product);

        // 保存更改
        _context.SaveChanges();

        return RedirectToAction("Index");
    }
}
  1. 在视图中,创建一个"Delete"视图以显示要删除的产品的详细信息,并提供一个删除按钮。
@model YourProjectName.Models.Product

@{
    ViewBag.Title = "Delete";
    Layout = "~/Views/Shared/_Layout.cshtml";
}

Delete

Are you sure you want to delete this product?

Product


@Html.DisplayNameFor(model => model.Name)
@Html.DisplayFor(model => model.Name)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Back to List", "Index")
}

这样,当用户点击删除按钮时,将会执行"DeleteConfirmed"方法,该方法会删除与产品相关联的任何实体,并最终删除产品自身。

相关内容

热门资讯

wepoker怎么设置盖牌!w... wepoker怎么设置盖牌!we-poker辅助器(透视)脚本-一贯总结真的有挂进入游戏-大厅左侧-...
wepoker底牌透视!wpk... wepoker底牌透视!wpk辅助(透视)神器-竟然曝光有挂1、任何wepoker底牌透视透视是真的...
hhpoker辅助软件!wej... hhpoker辅助软件!wejoker辅助器要钱玩吗(透视)教程-原来曝光真的是有挂一、wejoke...
德普之星辅助软件!wpk透视辅... 德普之星辅助软件!wpk透视辅助靠谱吗(透视)软件-果然总结真的有挂1、点击下载安装,德普之星辅助软...
德州机器人代打脚本!wepok... 德州机器人代打脚本!wepoker好友助力码(透视)攻略-原来科普真的有挂德州机器人代打脚本!wep...
hhpoker破解工具!aap... 您好,aapoker安装包怎么使用这款游戏可以开挂的,确实是有挂的,需要了解加去威信【1367043...
wepoker模拟器哪个!we... wepoker模拟器哪个!wepoker辅助器下载(透视)脚本-确实揭幕真的是有挂1、玩家可以在we...
wepoker私局代打!拱趴大... wepoker私局代打!拱趴大菠萝万能挂(透视)工具-好像推荐真的有挂亲,关键说明,拱趴大菠萝万能挂...
wpk透视工作室!pokemm... wpk透视工作室!pokemmo脚本(透视)技巧-切实解密真的是有挂该软件可以轻松地帮助玩家将wpk...
wepoker有脚本吗!pok... wepoker有脚本吗!pokemomo辅助工具(透视)神器-都是有挂是有挂;1、完成pokemom...