Click or drag to resize
DynamicParametersAddDynamicParams Method
Append a whole object full of params to the dynamic EG: AddDynamicParams(new {A = 1, B = 2}) // will add property A and B to the dynamic

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddDynamicParams(
	Object param
)

Parameters

param
Type: SystemObject
See Also