Returns the current date and time.
[DbFunctionAttribute("SqlServer", "CURRENT_TIMESTAMP")] public static Nullable<DateTime> CurrentTimestamp()
The current date and time.
SqlFunctions ClassSystem.Data.Entity.SqlServer Namespace