Click or drag to resize

DbcManager.FindDatabase Method

X#
Search a Database by file name

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

Parameters

cFileName
Type: String
The fully qualified filename to look for, so MUST have an extension and path.

Return Value

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