Class PolyCommandSetCallbackAction
- Namespace
- Z.EntityFramework.Extensions
- Assembly
- Z.EntityFramework.Extensions.dll
A polygon command set callback action.
public class PolyCommandSetCallbackAction
- Inheritance
-
PolyCommandSetCallbackAction
- Inherited Members
Constructors
PolyCommandSetCallbackAction()
public PolyCommandSetCallbackAction()
Fields
Action
The action.
public Action<DbDataReader> Action
Field Value
ActionAsync
The action asynchronous.
public Func<DbDataReader, Task> ActionAsync