共用方式為


SqlFunctions.GetDate 方法

定義

傳回目前資料庫系統時間戳記做為 datetime 值 (沒有資料庫時區位移)。 這個值是從執行 SQL Server 執行個體的電腦作業系統得來的。

[System.Data.Entity.DbFunction("SqlServer", "GETDATE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static Nullable<DateTime> GetDate();
static member GetDate : unit -> Nullable<DateTime>
Public Shared Function GetDate () As Nullable(Of DateTime)

傳回

目前的資料庫時間戳記。

屬性

適用於