EdmFunctions.Reverse(DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função 'Reverse' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Reverse' function with the specified argument, which must have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string.

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

Parâmetros

stringArgument
DbExpression

Uma expressão que especifica a cadeia de caracteres a ser revertida.An expression that specifies the string to reverse.

Retornos

DbFunctionExpression

Um novo DbFunctionExpression que produz o valor invertido de stringArgument.A new DbFunctionExpression that produces the reversed value of stringArgument.

Exceções

stringArgumentstringArgument

stringArgumentstringArgument

Aplica-se a