EdmFunctions.Reverse(DbExpression) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria um DbFunctionExpression que invoca a função canónica 'Reverse' com o argumento especificado, que deve ter um tipo de resultado de string. O tipo de resultado da expressão também é 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 a inverter.
Devoluções
Uma nova DbFunctionExpression que produz o valor invertido de stringArgument.
Exceções
stringArgument é null.
stringArgument é inválido.