Click or drag to resize
SqlMapperCreateParamInfoGenerator Method
Internal use only

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Action<IDbCommand, Object> CreateParamInfoGenerator(
	SqlMapperIdentity identity,
	bool checkForDuplicates,
	bool removeUnused
)

Parameters

identity
Type: DapperSqlMapperIdentity
checkForDuplicates
Type: SystemBoolean
removeUnused
Type: SystemBoolean

Return Value

Type: ActionIDbCommand, Object
See Also