SqlMapperPackListParameters Method |
Note: This API is now obsolete.
Internal use only
Namespace: DapperAssembly: 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
)
<ObsoleteAttribute("This method is for internal usage only", false)>
Public Shared Sub PackListParameters (
command As IDbCommand,
namePrefix As String,
value As Object
)
public:
[ObsoleteAttribute(L"This method is for internal usage only", false)]
static void PackListParameters(
IDbCommand^ command,
String^ namePrefix,
Object^ value
)
[<ObsoleteAttribute("This method is for internal usage only", false)>]
static member PackListParameters :
command : IDbCommand *
namePrefix : string *
value : Object -> unit
Parameters
- command
- Type: System.DataIDbCommand
- namePrefix
- Type: SystemString
- value
- Type: SystemObject
See Also