Click or drag to resize

DbcManager.FindDatabaseByName Method

X#
Search a Database by name

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD FindDatabaseByName(
	cName AS STRING
) AS DbcDatabase
Request Example View Source

Parameters

cName
Type: String
Alias name of the database to close.

Return Value

Type: DbcDatabase
The database object (when found) otherwise NULL_OBJECT.
See Also