Click or drag to resize
SqlMapperIParameterCallbacks Interface
Extends IDynamicParameters with facilities for executing callbacks after commands have completed

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IParameterCallbacks : SqlMapperIDynamicParameters

The SqlMapperIParameterCallbacks type exposes the following members.

Methods
  NameDescription
Public methodAddParameters
Add all the parameters needed to the command just before it executes
(Inherited from SqlMapperIDynamicParameters.)
Public methodOnCompleted
Invoked when the command has executed
Top
See Also