EdmFunctions.Ceiling(DbExpression) メソッド

定義

指定した引数を使用して正規の 'Ceiling' 関数を呼び出す DbFunctionExpression を作成します。この関数には、それぞれ単一、二重、または 10 進の結果型が必要です。 式の結果の型は、 valueの結果の型と同じです。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Ceiling(System::Data::Common::CommandTrees::DbExpression ^ value);
public static System.Data.Common.CommandTrees.DbFunctionExpression Ceiling(this System.Data.Common.CommandTrees.DbExpression value);
static member Ceiling : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Ceiling (value As DbExpression) As DbFunctionExpression

パラメーター

value
DbExpression

数値を指定する式。

返品

value以下の最小整数値を返す新しい DbFunctionExpression。

例外

value が null です。

value が無効です。

適用対象