Dbc.IsUsed Method | |
Check if a database is used/opened.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD IsUsed(
cDatabaseName AS STRING
) AS LOGIC
public static bool IsUsed(
string cDatabaseName
)
Request Example
View SourceParameters
- cDatabaseName
- Type: String
Return Value
Type:
LogicSee Also