I am trying to use entity framework and get the date from the SQL server. The old way of doing this in LINQ is below but i\'m needing something for the entity framework:
The EF Canonical function to return a UTC date time is: CurrentUtcDateTime()
CurrentUtcDateTime()
See also: http://msdn.microsoft.com/en-us/library/bb738563.aspx