Click or drag to resize
SqlMapperIDynamicParameters Interface
Implement this interface to pass an arbitrary db specific set of parameters to Dapper

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

The SqlMapperIDynamicParameters type exposes the following members.

Methods
  NameDescription
Public methodAddParameters
Add all the parameters needed to the command just before it executes
Top
See Also