Dbc.Close Method (String) | |
Close a database.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax STATIC METHOD Close(
cName AS STRING
) AS LOGIC
public static bool Close(
string cName
)
Request Example
View SourceParameters
- cName
- Type: String
Return Value
Type:
LogicSee Also