GeneralConnection GetExecutingConnection Method Kentico 8.1 API Reference
Gets the connection that executes the given query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

connectionStringName
Type: OnlineSystem String
Connection string name
newConnection (Optional)
Type: OnlineSystem Boolean
If true, a new connection instance is created

Return Value

Type: IDataConnection
See Also