Hi,
IIRC DateTimeOffSet is available to use with SQL 2008 dialect
On Mon, Sep 13, 2010 at 12:22 AM, David Pfeffer <[email protected]> wrote:
> Hello,
>
> SQL CE has supported since version 3.5 SP1 (SP2 is current) time
> offsets. The DateTime type supports both offset-less times as well as
> times with offsets.
>
> However, the mapping seems to be all weird. When I use a DateTime to
> map to the DB, everything is fine, but when I use a DateTimeOffset, I
> get an error --
>
> {No mapping exists from DbType DateTimeOffset to a known SqlDbType.}
--
Dario Quintana