EdmFunctions.AddMicroseconds(DbExpression, DbExpression) メソッド

定義

指定された引数で正規の 'AddMicroseconds' 関数を呼び出す DbFunctionExpression を作成します。指定する引数の結果型は DateTime、DateTimeOffset、または Time のいずれかの整数である必要があります。 式の結果の型は、timeValue の結果の型と同じです。

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression AddMicroseconds (this System.Data.Entity.Core.Common.CommandTrees.DbExpression timeValue, System.Data.Entity.Core.Common.CommandTrees.DbExpression addValue);
static member AddMicroseconds : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AddMicroseconds (timeValue As DbExpression, addValue As DbExpression) As DbFunctionExpression

パラメーター

timeValue
DbExpression

addValueshould を追加する値を指定する式。

addValue
DbExpression

timeValue に追加するマイクロ秒数を指定する式。

戻り値

addValue で指定されたマイクロ秒数を timeValue で指定された値に追加する新しい DbFunctionExpression。

適用対象