| DbContextDoInTransactionSavepointT Method (String, DbContextActionWithResultT) |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static T DoInTransactionSavepoint<T>(
string savepointName,
DbContextActionWithResult<T> action
)
Parameters
- savepointName
- Type: SystemString
- action
- Type: Omada.OE.AppLogicDbContextActionWithResultT
Type Parameters
- T
Return Value
Type:
T
See Also