| ControllerBaseActionWithEntityDataResultT Delegate |
A piece of code returning a list of entity objects.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic delegate List<T> ActionWithEntityDataResult<T>()
where T : IEntityObject
Type Parameters
- T
Return Value
Type:
ListT
See Also