EdmFunctions.AddMicroseconds(DbExpression, DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função 'AddMicroseconds' 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 'AddMicroseconds' 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 ^ AddMicroseconds(System::Data::Common::CommandTrees::DbExpression ^ timeValue, System::Data::Common::CommandTrees::DbExpression ^ addValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression AddMicroseconds (this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue);
static member AddMicroseconds : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AddMicroseconds (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 microssegundos a ser adicionado ao TimeValue.An expression that specifies the number of microseconds to add to timeValue.

Retornos

DbFunctionExpression

Um novo DbFunctionExpression que adiciona o número de microssegundos especificado por AddValue ao valor especificado por TimeValue.A new DbFunctionExpression that adds the number of microseconds specified by addValue to the value specified by timeValue.

Exceções

timeValue addValuetimeValue addValue

timeValue addValuetimeValue addValue

Aplica-se a