DynamicParametersParameterNames Property |
All the names of the param in the bag, use Get to yank them out
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IEnumerable<string> ParameterNames { get; }
Public ReadOnly Property ParameterNames As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ ParameterNames {
IEnumerable<String^>^ get ();
}
member ParameterNames : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also