Click or drag to resize
DbStringAddParameter Method
Add the parameter to the command... internal use only

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

Parameters

command
Type: System.DataIDbCommand
name
Type: SystemString

Implements

SqlMapperICustomQueryParameterAddParameter(IDbCommand, String)
See Also