Click or drag to resize
SqlMapperIParameterLookupItem Property
Get the value of the specified parameter (return null if not found)

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Object this[
	string name
] { get; }

Parameters

name
Type: SystemString

Property Value

Type: Object
See Also