SqlMapperIDynamicParameters Interface |
Implement this interface to pass an arbitrary db specific set of parameters to Dapper
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IDynamicParameters
Public Interface IDynamicParameters
public interface class IDynamicParameters
type IDynamicParameters = interface end
The SqlMapperIDynamicParameters type exposes the following members.
Methods
| Name | Description |
---|
| AddParameters |
Add all the parameters needed to the command just before it executes
|
TopSee Also