EdmFunctions.CurrentUtcDateTime Method ()

 

Creates a DbFunctionExpression that invokes the canonical 'CurrentUtcDateTime' function.

Namespace:   System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder
Assembly:  EntityFramework (in EntityFramework.dll)

public static DbFunctionExpression CurrentUtcDateTime()

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression

A new DbFunctionExpression that returns the current UTC date and time as an Edm.DateTime instance.