gpt4 book ai didi

c# - 在 Code First Entity Framework Fluent API 中的模型生成期间设置默认日期值

转载 作者:太空宇宙 更新时间:2023-11-03 17:01:01 24 4
gpt4 key购买 nike

我正在使用 VS 2013 C# Entity Framework 6.0.0.0 Code First。我在下面有这样的类(class)。

public class Om_Category
{
public DateTime CreationDate { get; protected set; }
}

到目前为止,我是手动将 DateTime.Now 值分配给此属性。

我在Google上找了很多文章只说要用Migration。

Is there any way in EF Code First Fluent API with which we can set the default value(getdate()) for CreationDate Column while model generation ?

最佳答案

您可以在无参数构造函数中分配属性。

我在根类的构造函数中这样做过。

关于c# - 在 Code First Entity Framework Fluent API 中的模型生成期间设置默认日期值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32842777/

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