How to get real datacolumn type?

  • Thread starter Thread starter neomat8
  • Start date Start date
N

neomat8

Hi,

I'm trying to get a DataColumn type (VB.Net + Framework 1.1).
The property DataColumn.DataType is supposed to return dotNet
framework type. But no matter what is the real type of the DataColumn,
all I get is System.RuntimeType.
I'll really apreciate a tip to solve this problem.

Thanks.

Sincerely,

Neomat8
 
What is the code you are using ? It looks like you are retrieving the type
of the DataType property. Try DataType.Name...

Patrice
 
Back
Top