Hello,
I hope you'll be able to help me: I need to quick fix a problem with timezone in a legacy application that use LLBLGEN 3.5 (adapter model) and SQL Server.
So I need to change SQL column type from datetime to datetimeoffset (in several tables), but if I change that, the problem is that when regenerating the code llblgen also change the .NET type to DateTimeOffset, which cause compilation errors in the whole application.
So my question: Is it a way to generate code with DateTime instead of DateTimeOffset ? As DateTime minimally handle timezone (local/utc) , I suppose it should be possible ?
Thank you for your help