Click or drag to resize

ControllerBaseDoInConnection Method (ControllerBaseActionWithNoResult)

Executes an action that doesn't return a result. If no current connection exists, it will establish a connection to the database and close it afterwards. An existing connection will be reused. Inside the action, the connection is available as DbConnection.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual void DoInConnection(
	ControllerBaseActionWithNoResult action
)

Parameters

action
Type: Omada.OE.AppLogicControllerBaseActionWithNoResult
The action to execute
See Also