如何从数据表中检索数据类型SIZE

时间:2018-01-08 09:01:38

标签: vb.net

如何从数据表中检索列数据类型大小?

Dim tblProducts as DataTable
.
.
.

For i As Integer = 0 To tblProducts.Rows.Count
    Dim d = tblProducts.Columns(i).DataType ' here How to retrieve the datatype size ?? :(
Next

0 个答案:

没有答案