Udostępnij za pośrednictwem


DbExpressionBuilder.Modulo(DbExpression, DbExpression) Metoda

Definicja

Tworzy nową DbArithmeticExpression , która oblicza pozostałą część argumentu po lewej stronie podzieloną przez prawy argument.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbArithmeticExpression ^ Modulo(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbArithmeticExpression Modulo (this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member Modulo : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbArithmeticExpression
<Extension()>
Public Function Modulo (left As DbExpression, right As DbExpression) As DbArithmeticExpression

Parametry

left
DbExpression

Wyrażenie, które określa argument po lewej stronie.

right
DbExpression

Wyrażenie, które określa właściwy argument.

Zwraca

Nowa funkcja DbArithmeticExpression reprezentująca operację modulo.

Wyjątki

left lub right ma wartość null.

Nie istnieje typ wspólnego wyniku liczbowego między left i right.

Dotyczy