Click or drag to resize
SqlMapperIParameterLookup 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 : SqlMapperIDynamicParameters

The SqlMapperIParameterLookup 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 SqlMapperIDynamicParameters.)
Top
Extension Methods
  NameDescription
Public Extension MethodReplaceLiterals
Replace all literal tokens with their text form
(Defined by SqlMapper.)
Top
See Also