gpt4 book ai didi

c# - 如何定义数据库中类型为bit的属性?

转载 作者:太空狗 更新时间:2023-10-29 22:17:22 24 4
gpt4 key购买 nike

我的数据库中有一个名为 source of type bit 的列。但我想在我的程序中设置它的值。我怎样才能做到这一点?我知道这是一个简单的疑问,但我有点困惑。设置时是否必须使用字节作为类型?

最佳答案

使用bool来自数据库的表示位:

public bool MyBitDbProperty {get;set;}

如果您使用 SqlDataReader比使用 reader.GetBoolean(position) 作为位类型。

如果您使用任何 rdbms(如 linq to sql ),位将默认映射到 bool。

关于c# - 如何定义数据库中类型为bit的属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5457685/

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