Click or drag to resize
DataConnectionFactoryGetConnectionEventHandler Delegate
Gets connection method delegate.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public delegate IDataConnection GetConnectionEventHandler(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string

Return Value

Type: IDataConnection
See Also