共用方式為


EntityFunctions.Reverse(String) 方法

定義

叫用標準 Reverse 函式。 如需標準 Reverse 函式的資訊,請參閱字串標準函式

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

參數

stringArgument
String

有效的字串。

傳回

具有反向字元順序的輸入字串。

屬性

備註

您無法直接呼叫此函式。 此函式只能出現在 LINQ to Entities 查詢內。

此函式會轉譯為資料庫中的對應函式。

適用於