Click or drag to resize

DataSession.Add Method

X#
Add a DataSession to the list of open datasessions

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD Add(
	session AS DataSession
) AS VOID
Request Example View Source

Parameters

session
Type: DataSession
The DataSession to add
See Also