DataSession Constructor (Long, String) | |
Construct a new datasession
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax CONSTRUCTOR(
nId AS LONG,
cName AS STRING
)
public DataSession(
int nId,
string cName
)
Request Example
View SourceParameters
- nId
- Type: Long
The ID for the datasession. - cName
- Type: String
The name for this datasession.
See Also