AX_SetCollation Function | |
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
public static string AX_SetCollation(
string strCollation
)
Request Example
View SourceParameters
- strCollation
- Type: String
Return Value
Type:
StringSee Also