DataSession.Close 方法 | |
Remove a DataSession from the list of open datasessions
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD Close(
session AS DataSession
) AS VOID
public static void Close(
DataSession session
)
查看代码参数
- session
- 类型:DataSession
The DataSession to remove
参见