EdmFunctions.Reverse(DbExpression) Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a megadott argumentummal a canonical "Reverse" függvényt, amelynek sztring eredménytípussal kell rendelkeznie. A kifejezés eredménytípusa szintén sztring.

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

Paraméterek

stringArgument
DbExpression

Egy kifejezés, amely megadja a megfordítandó sztringet.

Válaszok

Egy új DbFunctionExpression, amely a fordított értéket állítja stringArgumentelő.

Kivételek

stringArgument az null.

stringArgument érvénytelen.

A következőre érvényes: