Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32059

C# datetime compare to sql server datetime

$
0
0
In a C# 2010 desktop application I am  using a linq to sql statement to compare a C# datetime field to a sql server 2008 r2 datetime field. By doing this comparison I am getting inconsistent results. Thus I am guessing a C# datetime field is not the same as a sql server 2008 r2 datetime value.

Thus for  this comparison to work,  I would like to know how to change a C# datetime field to a sql server date time field. I would think I would need to do this conversion prior to comparing the dates.

Thus now you show me code and/or point me to a reference that will show me how to solve this problem?

Viewing all articles
Browse latest Browse all 32059

Trending Articles