Udostępnij przez


EdmFunctions.Reverse(DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "Reverse" z określonym argumentem, który musi mieć typ wyniku ciągu. Typ wyniku wyrażenia jest również ciągiem.

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

Wyrażenie określające ciąg do odwrócenia.

Zwraca

Nowa funkcja DbFunctionExpression, która generuje odwróconą wartość stringArgument.

Dotyczy