点击或拖拽改变大小

DataSession 构造函数 (Int32, String)

X#
Construct a new datasession

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CONSTRUCTOR(
	nId AS LONG,
	cName AS STRING
)
查看代码

参数

nId
类型:Int32
The ID for the datasession.
cName
类型:String
The name for this datasession.
参见