DataSession Class | ![]() |
Namespace: XSharp.RDD
The DataSession type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataSession(String) | Construct a new datasession |
![]() | DataSession(Long, String) | Construct a new datasession |
Name | Description | |
---|---|---|
![]() | CurrentWorkarea | Get Current Workarea Object (Inherited from Workareas.) |
![]() | CurrentWorkareaNO | Get 1 based Current Workarea Number (Inherited from Workareas.) |
![]() | Id | The unique id for the datasession |
![]() | Name | The name for the datasession. |
![]() ![]() | Sessions | List of all open DataSessions |
Name | Description | |
---|---|---|
![]() ![]() | Add | Add a DataSession to the list of open datasessions |
![]() ![]() | Close | Remove a DataSession from the list of open datasessions |
![]() | CloseAll | Close All RDDs referenced by this Workarea list (Inherited from Workareas.) |
![]() | CloseArea(DWord) | Close area with 1 based Workarea number (Inherited from Workareas.) |
![]() | CloseArea(IRdd) | Close the area where this RDD object is used. (Inherited from Workareas.) |
![]() | CommitAll | Commit changes in all workares in this Workarea list (Inherited from Workareas.) |
![]() | FindAlias | Return 1 based Workarea Number for Alias or 0 when no found (Inherited from Workareas.) |
![]() | FindEmptyArea | Return 1 based empty Workarea (Inherited from Workareas.) |
![]() | GetAlias | Get Alias for 1 based Workarea Number (Inherited from Workareas.) |
![]() | GetCargo | (Inherited from Workareas.) |
![]() | GetRDD | Get RDD object for 1 based Workarea Number (Inherited from Workareas.) |
![]() | SetArea | Set RDD object and ALias for 1 based Workarea Number (Inherited from Workareas.) |
![]() | SetCargo | (Inherited from Workareas.) |
![]() | UnLockAll | Unlock All RDDs referenced by this Workarea list (Inherited from Workareas.) |