Click or drag to resize
DynamicParametersAdd Method (String, Object, NullableDbType, NullableParameterDirection, NullableInt32)
Add a parameter to this dynamic parameter list

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add(
	string name,
	Object value,
	Nullable<DbType> dbType,
	Nullable<ParameterDirection> direction,
	Nullable<int> size
)

Parameters

name
Type: SystemString
value
Type: SystemObject
dbType
Type: SystemNullableDbType
direction
Type: SystemNullableParameterDirection
size
Type: SystemNullableInt32
See Also