Click or drag to resize
DynamicParametersAddParameters Method
Add all the parameters needed to the command just before it executes

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void AddParameters(
	IDbCommand command,
	SqlMapperIdentity identity
)

Parameters

command
Type: System.DataIDbCommand
The raw command prior to execution
identity
Type: DapperSqlMapperIdentity
Information about the query
See Also