DataSession.Close Method | |
Remove a DataSession from the list of open datasessions
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD Close(
session AS DataSession
) AS VOID
public static void Close(
DataSession session
)
Request Example
View SourceParameters
- session
- Type: DataSession
The DataSession to remove
See Also