SqlFunctions.CurrentTimestamp Method ()

 

Returns the current date and time.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

[DbFunctionAttribute("SqlServer", "CURRENT_TIMESTAMP")]
public static Nullable<DateTime> CurrentTimestamp()

Return Value

Type: System.Nullable<DateTime>

The current date and time.