Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何解决问题?当 dbnul 飞行异常时。
.net DateTime(我假设您正在谈论)不能为空。您可以通过将其声明为 DateTime 来使其可为空?这相当于说
Nullable<DateTime>