点击或拖拽改变大小

DbcManager.FindDatabaseByName 方法

X#
Search a Database by name

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STATIC METHOD FindDatabaseByName(
	cName AS STRING
) AS DbcDatabase
查看代码

参数

cName
类型:String
Alias name of the database to close.

返回值

类型:DbcDatabase
The database object (when found) otherwise NULL_OBJECT.
参见