ado.net - Is there support in the .NET Framework to map .NET data types to their corresponding SqlDBType? -


I am curious if the same calculation of .NET data types to map to the .NET framework represents SqlDbType in SQL data type.

For example:

  SqlDbType = some functions (GetType (myObject) as mySqlDbType dimension  

You are searching.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -