EdmFunctions.Floor(DbExpression) Yöntem

Tanım

DbFunctionExpression Her birinin tek, çift veya ondalık sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'Floor' işlevini çağıran bir oluşturur. İfadenin sonuç türü, sonuç türüyle valueaynıdır.

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

Parametreler

value
DbExpression

Sayısal değeri belirten bir ifade.

Döndürülenler

değerinden büyük valueolmayan en büyük tamsayı değerini döndüren yeni bir DbFunctionExpression.

Özel durumlar

value, null değeridir.

value geçersizdir.

Şunlara uygulanır