Dataset column datatype

  • Thread starter Thread starter EMW
  • Start date Start date
E

EMW

Hi,

How can one read the datatype of a column in a table in the dataset?

To set one it requiers a string like "VARCHAR"..

thanks,
Eric
 
Hi,

There is only DataType property or DataColumn which is one of the .net
standard types (string, etc).
Maping to/from varchar is provided in command object.
 

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

Back
Top