Sdílet prostřednictvím


EdmFunctions.Reverse(DbExpression) Metoda

Definice

Vytvoří objekt DbFunctionExpression , který vyvolá kanonické funkce Reverse se zadaným argumentem, který musí mít typ výsledku řetězce. Typ výsledku výrazu je také řetězec.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Reverse(this System.Data.Entity.Core.Common.CommandTrees.DbExpression stringArgument);
static member Reverse : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Reverse (stringArgument As DbExpression) As DbFunctionExpression

Parametry

stringArgument
DbExpression

Výraz, který určuje řetězec, který se má obrátit.

Návraty

Nový DbFunctionExpression, který vytváří obrácenou hodnotu stringArgument.

Platí pro