Table of Contents

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

Action<DbDataReader>

ActionAsync

The action asynchronous.

public Func<DbDataReader, Task> ActionAsync

Field Value

Func<DbDataReader, Task>