gpt4 book ai didi

c# - Entity Framework 4.1 - RequiredAttribute 的真正含义是什么?

转载 作者:行者123 更新时间:2023-11-30 12:35:13 25 4
gpt4 key购买 nike

我的 Code-First 模型中有一个数据库计算字段。我已经用 DatabaseGeneratedAttribute 标记了它。我还需要指定 RequiredAttribute 吗?

换句话说:'required' 是否意味着必须将此值分配给?还是表示此值不允许为空。

最佳答案

RequiredAttribute 用于验证和映射定义。如果您在没有此属性的情况下定义 string 属性,则它在数据库中被定义为可为空的列,但如果有此属性,则它不是 nullabe。换句话说,它表示属性是否可以在验证期间和数据库中包含 null

关于c# - Entity Framework 4.1 - RequiredAttribute 的真正含义是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6020056/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com