SetCollation Function | |
Query current and/or set new active collation.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax FUNCTION SetCollation(
nCollation
) AS LONG CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static int SetCollation(
Usual nCollation = default
)
Request Example
View SourceParameters
- nCollation (Optional)
- Type: 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
Return Value
Type:
LongThe numeric identifier of the active collation table
See Also