SqlMapperIDynamicParametersAddParameters 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)
Syntax void AddParameters(
IDbCommand command,
SqlMapperIdentity identity
)
Sub AddParameters (
command As IDbCommand,
identity As SqlMapperIdentity
)
void AddParameters(
IDbCommand^ command,
SqlMapperIdentity^ identity
)
abstract AddParameters :
command : IDbCommand *
identity : SqlMapperIdentity -> unit
Parameters
- command
- Type: System.DataIDbCommand
The raw command prior to execution - identity
- Type: DapperSqlMapperIdentity
Information about the query
See Also