Udostępnij za pośrednictwem


EdmFunctions.GetTotalOffsetMinutes(DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "GetTotalOffsetMinutes" z określonym argumentem, który musi mieć typ wyniku DateTimeOffset. Typ wyniku wyrażenia to 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

Parametry

dateTimeOffsetArgument
DbExpression

Wyrażenie określające wartość DateTimeOffset, z której ma zostać pobrane przesunięcie minuty z gmt.

Zwraca

Nowy element DbFunctionExpression, który zwraca liczbę minut dateTimeOffsetArgument , jest przesunięty z GMT.

Wyjątki

dateTimeOffsetArgument to null.

Nazwa dateTimeOffsetArgument jest niepoprawna.

Dotyczy