本文介绍了System.Type到OleDbType的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在OleDbDataReader上循环以获取MS Access表中列的名称和类型.
但是我需要将System.Type转换为OleDbType.
有任何想法吗?
I''m looping on a OleDbDataReader in order to get the names and the types of the columns in an MS Access table.
But I need to convert the System.Type returned to OleDbType.
Any Idea??
推荐答案
这篇关于System.Type到OleDbType的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!