Udostępnij za pośrednictwem


EdmFunctions.AddMinutes(DbExpression, DbExpression) Metoda

Definicja

Tworzy element DbFunctionExpression , który wywołuje funkcję kanoniczną "AddMinutes" z określonymi argumentami, które muszą mieć typy wyników DateTime, DateTimeOffset lub Time oraz liczby całkowite. Typ wyniku wyrażenia jest taki sam jak typ wyniku .timeValue

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ AddMinutes(System::Data::Common::CommandTrees::DbExpression ^ timeValue, System::Data::Common::CommandTrees::DbExpression ^ addValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression AddMinutes (this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue);
static member AddMinutes : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AddMinutes (timeValue As DbExpression, addValue As DbExpression) As DbFunctionExpression

Parametry

timeValue
DbExpression

Wyrażenie określające wartość, do której addValue należy dodać.

addValue
DbExpression

Wyrażenie określające liczbę minut do dodania do timeValueelementu .

Zwraca

Nowa funkcja DbFunctionExpression, która dodaje liczbę minut określoną przez addValue do wartości określonej przez timeValue.

Wyjątki

timeValue lub addValue ma wartość null.

timeValue lub addValue jest nieprawidłowy.

Dotyczy