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