Click or drag to resize
SqlMapper.IParameterLookup Interface
Extends IDynamicParameters providing by-name lookup of parameter values

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IParameterLookup : SqlMapper.IDynamicParameters

The SqlMapper. IParameterLookup type exposes the following members.

Properties
  NameDescription
Public propertyItem
Get the value of the specified parameter (return null if not found)
Top
Methods
  NameDescription
Public methodAddParameters
Add all the parameters needed to the command just before it executes
(Inherited from SqlMapper.IDynamicParameters.)
Top
Extension Methods
  NameDescription
Public Extension MethodReplaceLiterals
Replace all literal tokens with their text form
(Defined by SqlMapper.)
Top
See Also