Why does the `DatabaseGeneratedOption.None` exist?

后端 未结 2 1125
星月不相逢
星月不相逢 2021-02-13 12:53

This is used with the Property(() => p).HasDatabaseGeneratedOption() call. Is is perhaps to turn off default DB value generation?

2条回答
提交回复
热议问题