Udostępnij za pośrednictwem


EdmFunctions.Right(DbExpression, DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "Prawo" z określonymi argumentami, które muszą mieć ciąg i typ wyniku liczbowego liczbowego. Typ wyniku wyrażenia to ciąg.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Right(System::Data::Common::CommandTrees::DbExpression ^ stringArgument, System::Data::Common::CommandTrees::DbExpression ^ length);
public static System.Data.Common.CommandTrees.DbFunctionExpression Right (this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression length);
static member Right : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Right (stringArgument As DbExpression, length As DbExpression) As DbFunctionExpression

Parametry

stringArgument
DbExpression

Wyrażenie określające ciąg, z którego ma być wyodrębniony najbardziej prawy podciąg.

length
DbExpression

Wyrażenie określające długość najbardziej prawego podciągu do wyodrębnienia z stringArgumentelementu .

Zwraca

Nowa funkcja DbFunctionExpression, która zwraca najbardziej prawy podciąg długości length od stringArgument.

Wyjątki

stringArgument lub length ma wartość null.

Nazwa stringArgument jest niepoprawna.

Dotyczy