Click or drag to resize

AX_SetCollation Function

X#
This function specifies which collation language to use when opening tables, opening cursors, or creating tables.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 FUNCTION AX_SetCollation(
	strCollation AS STRING
) AS STRING
Request Example View Source

Parameters

strCollation
Type: String

Return Value

Type: String
See Also