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