This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
What support does LightSpeed have for the .NET DateTimeOffset type in SQL Server 2008? What SQL Server 2008 column datatypes can LightSpeed load and save a .NET DateTimeOffset to? |
|
|
DateTimeOffset works fine in the runtime. It can be stored to columns of type datetimeoffset. (Remember to apply ValueFieldAttribute to fields of type DateTimeOffset.) It should be possible to load/store it to columns of other types using a field converter. There is no built-in support in the designer, but you should be able to map it using a user-defined type. |
|
|
Oh, and there's no support for using DateTimeOffset CLR methods and properties in LINQ queries. |
|