Click or drag to resize
SqlMapperICustomQueryParameterAddParameter Method
Add the parameter needed to the command before it executes

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddParameter(
	IDbCommand command,
	string name
)

Parameters

command
Type: System.DataIDbCommand
The raw command prior to execution
name
Type: SystemString
Parameter name
See Also