Skip to main content

SqlMapper.IParameterLookup

Extends IDynamicParameters providing by-name lookup of parameter values

Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public interface IParameterLookup : SqlMapper.IDynamicParameters

Properties

Item[String]

Get the value of the specified parameter (return null if not found)

View Source
Declaration
object this[string name] { get; }