gpt4 book ai didi

c# - 在 C# 中检查 DbNull

转载 作者:行者123 更新时间:2023-11-30 21:09:41 25 4
gpt4 key购买 nike

我发现验证以下内容有困难

if(personDS.person[0].IdFk!= DBNull.Value)

这是编译时错误 - 不能应用于 'System.Guid 和 'System.Dbnull' 类型的操作数

最佳答案

我认为你应该检查:

if(personDS.person[0].IsIdFkNull())

关于c# - 在 C# 中检查 DbNull,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8923584/

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