Click or drag to resize
SqlMapperPackListParameters Method

Note: This API is now obsolete.

Internal use only

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("This method is for internal usage only", false)]
public static void PackListParameters(
	IDbCommand command,
	string namePrefix,
	Object value
)

Parameters

command
Type: System.DataIDbCommand
namePrefix
Type: SystemString
value
Type: SystemObject
See Also