EdmFunctions.AddMicroseconds(DbExpression, DbExpression) Method

Definition

Creates a DbFunctionExpression that invokes the canonical 'AddMicroseconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. The result type of the expression is the same as the result type of timeValue.

public static System.Data.Common.CommandTrees.DbFunctionExpression AddMicroseconds (this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue);

Parameters

timeValue
DbExpression

An expression that specifies the value to which addValue should be added.

addValue
DbExpression

An expression that specifies the number of microseconds to add to timeValue.

Returns

A new DbFunctionExpression that adds the number of microseconds specified by addValue to the value specified by timeValue.

Exceptions

timeValue or addValue is null.

timeValue or addValue is invalid.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1