Functions.AX_SetCollation 方法 | |
This function specifies which collation language to use when opening tables, opening cursors, or creating tables.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 FUNCTION AX_SetCollation(
strCollation AS STRING
) AS STRING
public static string AX_SetCollation(
string strCollation
)
查看代码参数
- strCollation
- 类型:String
返回值
类型:
String参见