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.
 
Back
Top