Click or drag to resize

DbContextDoInTransaction Method (DbContextActionWithNoResult, String)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void DoInTransaction(
	DbContextActionWithNoResult action,
	string name
)

Parameters

action
Type: Omada.OE.AppLogicDbContextActionWithNoResult
name
Type: SystemString
See Also