EntityFunctions.Reverse(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用规范 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 查询中显示。
此函数将转换为数据库中的相应函数。