SqlMapper.IDynamicParameters.AddParameters Method |
Add all the parameters needed to the command just before it executes
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid AddParameters(
IDbCommand command,
SqlMapper. Identity identity
)
Sub AddParameters (
command As IDbCommand,
identity As SqlMapper. Identity
)
void AddParameters(
IDbCommand^ command,
SqlMapper. Identity^ identity
)
abstract AddParameters :
command : IDbCommand *
identity : SqlMapper. Identity -> unit
Parameters
- command
- Type: System.Data.IDbCommand
The raw command prior to execution - identity
- Type: Dapper.SqlMapper.Identity
Information about the query
See Also