Click or drag to resize
DataConnectionFactory.GetConnectionEventHandler Delegate
Gets connection method delegate.

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

Parameters

connectionString
Type: System.String
Connection string

Return Value

Type: IDataConnection
See Also