data type mapping

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how .Net data types are mapped to DbType and vice versa?
 
Hi,

..Net help is pretty verbose (DbType enumeration).
All forms of string map to String, while binary maps to byte[].
 

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