EdmFunctions.AddHours(DbExpression, DbExpression) Método
Definição
Cria um DbFunctionExpression que invoca a função 'AddHours' 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 'AddHours' 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 ^ AddHours(System::Data::Common::CommandTrees::DbExpression ^ timeValue, System::Data::Common::CommandTrees::DbExpression ^ addValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression AddHours (this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue);
static member AddHours : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AddHours (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 horas a serem adicionadas a TimeValue.An expression that specifies the number of hours to add to timeValue.
Retornos
Uma nova DbFunctionExpression que adiciona o número de horas especificado por addValue ao valor especificado por timeValue.A new DbFunctionExpression that adds the number of hours specified by addValue to the value specified by timeValue.
Exceções
timeValue addValuetimeValue addValue
timeValue addValuetimeValue addValue