Hi Jon, I found the mapping here --> http://msdn.microsoft.com/en-us/library/bb386947.aspx (same as yours) but it suggests in the graph and in the binary table ( http://msdn.microsoft.com/en-us/library/bb386947.aspx#BinaryMapping) that timestamp is byte[] or binary.
The timestamp I am using is the MySQL timestamp data type, which maps to byte[] or binary. Am I missing something? James On 21 September 2010 04:36, Jonathan Pryor <[email protected]> wrote: > On Sat, 2010-09-18 at 22:09 +1000, James Darbyshire wrote: > > According to this website > > (http://msdn.microsoft.com/en-us/library/bb386947.aspx) timestamp > > should be binary or byte[] type, > > Where do you see that mapping? At: > > http://msdn.microsoft.com/en-us/library/bb386947.aspx#DateMapping > > I see that most types are mapped to DateTime, TimeSpan, or > DateTimeOffset. I don't see any mention of using Binary or byte[] > within DateTime mapping at all. > > - Jon > > > -- > You received this message because you are subscribed to the Google Groups > "DbLinq" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<dblinq%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/dblinq?hl=en. > > -- Regards, James Darbyshire [email protected] -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=en.
