Click or drag to resize
SqlMapperICustomQueryParameter Interface
Implement this interface to pass an arbitrary db specific parameter to Dapper

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

The SqlMapperICustomQueryParameter type exposes the following members.

Methods
  NameDescription
Public methodAddParameter
Add the parameter needed to the command before it executes
Top
See Also