DataSession 构造函数 (Int32, String) | |
Construct a new datasession
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
nId AS LONG,
cName AS STRING
)
public DataSession(
int nId,
string cName
)
查看代码参数
- nId
- 类型:Int32
The ID for the datasession. - cName
- 类型:String
The name for this datasession.
参见