DbcManager.Close 方法 | |
Close a Database
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD Close(
cName AS STRING
) AS LOGIC
public static bool Close(
string cName
)
查看代码参数
- cName
- 类型:String
Alias name of the database to close.
返回值
类型:
BooleanTRUE when the Database was open and was closed succesfully, otherwise FALSE.
参见