Click or drag to resize

DataSession Methods

X#

The DataSession type exposes the following members.

Functions
  NameDescription
Public methodStatic memberAdd
Add a DataSession to the list of open datasessions
Public methodStatic memberClose
Remove a DataSession from the list of open datasessions
Public methodCloseAll
Close All RDDs referenced by this Workarea list
(Inherited from Workareas.)
Public methodCloseArea(DWord)
Close area with 1 based Workarea number
(Inherited from Workareas.)
Public methodCloseArea(IRdd)
Close the area where this RDD object is used.
(Inherited from Workareas.)
Public methodCommitAll
Commit changes in all workares in this Workarea list
(Inherited from Workareas.)
Public methodFindAlias
Return 1 based Workarea Number for Alias or 0 when no found
(Inherited from Workareas.)
Public methodFindEmptyArea
Return 1 based empty Workarea
(Inherited from Workareas.)
Public methodGetAlias
Get Alias for 1 based Workarea Number
(Inherited from Workareas.)
Public methodGetCargo (Inherited from Workareas.)
Public methodGetRDD
Get RDD object for 1 based Workarea Number
(Inherited from Workareas.)
Public methodSetArea
Set RDD object and ALias for 1 based Workarea Number
(Inherited from Workareas.)
Public methodSetCargo (Inherited from Workareas.)
Public methodUnLockAll
Unlock All RDDs referenced by this Workarea list
(Inherited from Workareas.)
Top
See Also