共用方式為


EdmFunctions.CurrentDateTime 方法

定義

建立會叫用標準 'CurrentDateTime' 函式的 DbFunctionExpression

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ CurrentDateTime();
public static System.Data.Common.CommandTrees.DbFunctionExpression CurrentDateTime ();
static member CurrentDateTime : unit -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function CurrentDateTime () As DbFunctionExpression

傳回

以 Edm.DateTime 執行個體形式傳回目前日期及時間的新 DbFunctionExpression。

適用於