Can you get the column names from a SqlDataReader?(您可以从 SqlDataReader 获取列名吗?)
问题描述
连接数据库后,能否获取我的SqlDataReader
中返回的所有列的名称?
After connecting to the database, can I get the name of all the columns that were returned in my SqlDataReader
?
推荐答案
或
这篇关于您可以从 SqlDataReader 获取列名吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!