EdmFunctions.CurrentDateTime 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立會叫用標準 '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。