Dbc.FindDatabase Method | |
Find a database by name.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax STATIC METHOD FindDatabase(
cFileName AS STRING
) AS DbcDatabase
public static DbcDatabase FindDatabase(
string cFileName
)
Request Example
View SourceParameters
- cFileName
- Type: String
Return Value
Type:
DbcDatabaseSee Also