Click or drag to resize

DbcDatabase.FindConnection Method

X#
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
Request Example View Source

Parameters

cConnection
Type: String
The connection name to look for.

Return Value

Type: DbcConnection
See Also