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