EdmFunctions.AddSeconds(DbExpression, DbExpression) Método
Definição
Cria um DbFunctionExpression que invoca a função 'AddSeconds' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'AddSeconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado de TimeValue.The result type of the expression is the same as the result type of timeValue.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ AddSeconds(System::Data::Common::CommandTrees::DbExpression ^ timeValue, System::Data::Common::CommandTrees::DbExpression ^ addValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression AddSeconds (this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue);
static member AddSeconds : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AddSeconds (timeValue As DbExpression, addValue As DbExpression) As DbFunctionExpression
Parâmetros
- timeValue
- DbExpression
Uma expressão que especifica o valor para o qual AddValue deve ser adicionado.An expression that specifies the value to which addValue should be added.
- addValue
- DbExpression
Uma expressão que especifica o número de segundos a serem adicionados ao TimeValue.An expression that specifies the number of seconds to add to timeValue.
Retornos
Um novo DbFunctionExpression que adiciona o número de segundos especificado por AddValue ao valor especificado por TimeValue.A new DbFunctionExpression that adds the number of seconds specified by addValue to the value specified by timeValue.
Exceções
timeValue addValuetimeValue addValue
timeValue addValuetimeValue addValue