DbcManager.FindDatabase Method | |
Search a Database by file name
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD FindDatabase(
cFileName AS STRING
) AS DbcDatabase
public static DbcDatabase FindDatabase(
string cFileName
)
Request Example
View SourceParameters
- cFileName
- Type: String
The fully qualified filename to look for, so MUST have an extension and path.
Return Value
Type:
DbcDatabaseThe database object (when found) otherwise NULL_OBJECT.
See Also