EdmFunctions.GetTotalOffsetMinutes(DbExpression) 方法

定義

建立會使用指定引數叫用標準 'GetTotalOffsetMinutes' 函式的 DbFunctionExpression,其中的引數必須具有 DateTimeOffset 結果型別。 運算式的結果類型為 Edm.Int32。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GetTotalOffsetMinutes(System::Data::Common::CommandTrees::DbExpression ^ dateTimeOffsetArgument);
public static System.Data.Common.CommandTrees.DbFunctionExpression GetTotalOffsetMinutes (this System.Data.Common.CommandTrees.DbExpression dateTimeOffsetArgument);
static member GetTotalOffsetMinutes : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function GetTotalOffsetMinutes (dateTimeOffsetArgument As DbExpression) As DbFunctionExpression

參數

dateTimeOffsetArgument
DbExpression

運算式,指定要對其擷取 GMT 分鐘位移的 DateTimeOffset 值。

傳回

傳回分鐘 dateTimeOffsetArgument 數的新 DbFunctionExpression 會從 GMT 位移。

例外狀況

dateTimeOffsetArgumentnull

dateTimeOffsetArgument 無效。

適用於