点击或拖拽改变大小

DataSession.Close 方法

X#
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
查看代码

参数

session
类型:DataSession
The DataSession to remove
参见