Click or drag to resize
DynamicParametersParameterNames Property
All the names of the param in the bag, use Get to yank them out

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<string> ParameterNames { get; }

Property Value

Type: IEnumerableString
See Also