I am trying to use the following in LinqPad (C# Statement):
DbFunctions.TruncateTime(mvOutDt).ToString()
It doesn't seems to recognize DbFunctions. I have added the System.Data.Entity
reference. I even tried to fully qualify it using System.Data.Entity.DbFunctions
, but no go.
Any help is appreciated.