Click or drag to resize

DataSession Constructor (Long, String)

X#
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
)
Request Example View Source

Parameters

nId
Type: Long
The ID for the datasession.
cName
Type: String
The name for this datasession.
See Also