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