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

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

适用于