DbcManager.Close Method | |
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
public static bool Close(
string cName
)
Request Example
View SourceParameters
- cName
- Type: String
Alias name of the database to close.
Return Value
Type:
LogicTRUE when the Database was open and was closed succesfully, otherwise FALSE.
See Also