How to get real datacolumn type?

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
 
P

Patrice Scribe

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

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top