Click or drag to resize

DbcManager.Close Method

X#
Close a Database

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

Parameters

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

Return Value

Type: Logic
TRUE when the Database was open and was closed succesfully, otherwise FALSE.
See Also