Changing default date format in .NET for query results.
Normally I do this once per session in Oracle to get my dates in queries to return me datetime:
ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-RR HH:MI:SS'
But NET overrides this, do you where the option is for this in .NET Visual Studio?
I looked in Tools|Options but its not in Database Tools.