Read boolean values from DB?

后端 未结 5 878
时光说笑
时光说笑 2020-12-16 15:07

In C#, using SqlDataReader, is there a way to read a boolean value from the DB?

while (reader.Read())
{
    destPath = reader[\"destination_path\"].ToString(         


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