G
Guest
I was wondering if anyone's run against this.....
You have your numeric types on your database (SQL-decimal, Oracle Numeric)
and then you have the data types in .NET
I really don't want to have to sit down and check out the data types from my
database, then have to map them to .NET types (e.g. single vs double). Is
there any way yo determine the mapping? I know you can perform a SQL select,
do a fill schema on a data table and see what the provider does for mapping,
but I'm looking for somethign a little more direct.
Any Ideas?
You have your numeric types on your database (SQL-decimal, Oracle Numeric)
and then you have the data types in .NET
I really don't want to have to sit down and check out the data types from my
database, then have to map them to .NET types (e.g. single vs double). Is
there any way yo determine the mapping? I know you can perform a SQL select,
do a fill schema on a data table and see what the provider does for mapping,
but I'm looking for somethign a little more direct.
Any Ideas?