DbcManager.FindDatabaseByName Method | |
Search a Database by name
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD FindDatabaseByName(
cName AS STRING
) AS DbcDatabase
public static DbcDatabase FindDatabaseByName(
string cName
)
Request Example
View SourceParameters
- cName
- Type: String
Alias name of the database to close.
Return Value
Type:
DbcDatabaseThe database object (when found) otherwise NULL_OBJECT.
See Also