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 查询中。

此函数将转换为数据库中的相应函数。

适用于