ef-code-first

ef-code-first

文章 1 浏览 38

EF 代码优先 - 无法更新数据库行

正在尝试使用 EF“代码优先”方法编写一些代码,但遇到了一个奇怪的问题。 我的数据上下文: public class BookmarkerDataContext : DbContext { publ…

夜访吸血鬼 2024-09-30 12:17:27 3 0

EF Code First 中的小数精度和小数位数

我正在尝试这种代码优先的方法,但我现在发现 System.Decimal 类型的属性被映射到 Decimal(18, 0) 类型的 sql 列。 如何设置数据库列的精度?…

晌融 2024-09-15 02:43:06 6 0

将列映射为数据库中的 IDENTITY

尽管我已使用 .Identity() 标记了 ID 列,但生成的数据库架构并未将 IDENTITY 设置为 true,这在添加记录时给我带来了问题。如果我手动编辑数据库架构…

回忆追雨的时光 2024-08-28 08:23:22 9 0

使用 Entity Framework 4 和 Entity Framework 从数据库中排除字段/属性代码优先

我想知道有没有办法从数据库中排除某些字段?例如: public class Employee { public int Id { get set } public string Name { get set } public str…

前事休说 2024-08-11 05:14:41 6 0

Getting a persistent entity reference without a DB call

Is it possible to get a reference to an already persistent object for which the id is known without a DB roundtrip, like one would do with N…

唯憾梦倾城 2022-09-06 08:56:14 24 0
更多

推荐作者

linfzu01

文章 0 评论 0

可遇━不可求

文章 0 评论 0

枕梦

文章 0 评论 0

qq_3LFa8Q

文章 0 评论 0

JP

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文