Click or drag to resize

DbContextDoInTransactionT Method (DbContextActionWithResultT, String)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static T DoInTransaction<T>(
	DbContextActionWithResult<T> action,
	string name
)

Parameters

action
Type: Omada.OE.AppLogicDbContextActionWithResultT
name
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also