Functions.SetCollation 方法 | |
Query current and/or set new active collation.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION SetCollation(
nCollation
) AS LONG CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static int SetCollation(
__Usual nCollation = default
)
查看代码参数
- nCollation (Optional)
- 类型:__Usual
the numeric identifier for the collation table to be selected. Must be one of the values from the XppCollations enum of a simple number
返回值
类型:
Int32The numeric identifier of the active collation table
参见