csharp 在C#中向数据库表添加记录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 在C#中向数据库表添加记录相关的知识,希望对你有一定的参考价值。

if (model.Roles != null && model.Roles[0] == "Client Integration")
{
    clientUser.ClientUserConsents.Add(new ClientUserConsent
    {
        ClientUserId = clientUser.ClientUserId,
        ConsentDate = TimeService.Instance.now(),
        VersionNumber = ConfigHelper.ClientConsentVersionNumber
    });
}

clientViewClientUserService.UpdateAssignedViews(clientUser, model.SelectedViews);

clientUserRepository.saveChanges();

以上是关于csharp 在C#中向数据库表添加记录的主要内容,如果未能解决你的问题,请参考以下文章

在迁移中向现有表添加新列

在 AWS Glue-ETL 中向目标表添加新列

如何在 python 中向 HTML 添加类和样式表?

如何使用javascript从数据库中向动态表中添加不同的列

如何在联接表中向订阅日期添加时间间隔

神奇的记录 - 在循环中向实体添加值