EntityFunctions.Reverse(String) Metoda

Definicja

Wywołuje funkcję kanoniczną Reverse . Aby uzyskać informacje na temat funkcji kanonicznej Reverse , zobacz String Canonical Functions (Funkcje kanoniczne ciągów).

public:
 static System::String ^ Reverse(System::String ^ stringArgument);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "Reverse")]
public static string Reverse (string stringArgument);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "Reverse")>]
static member Reverse : string -> string
Public Shared Function Reverse (stringArgument As String) As String

Parametry

stringArgument
String

Prawidłowy ciąg.

Zwraca

Ciąg wejściowy z kolejnością odwróconych znaków.

Atrybuty

Uwagi

Nie można wywołać tej funkcji bezpośrednio. Ta funkcja może być wyświetlana tylko w zapytaniu LINQ to Entities.

Ta funkcja jest tłumaczona na odpowiednią funkcję w bazie danych.

Dotyczy