DbcDatabase.FindConnection Method | |
Find a connection in the Database container.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD FindConnection(
cConnection AS STRING
) AS DbcConnection
public DbcConnection FindConnection(
string cConnection
)
Request Example
View SourceParameters
- cConnection
- Type: String
The connection name to look for.
Return Value
Type:
DbcConnectionSee Also