Sets a parameter with the given name and type

Namespace: Castle.ActiveRecord.Queries
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public void SetParameter(
	string parameterName,
	Object value,
	IType type
)

Parameters

parameterName
String
Name of the parameter.
value
Object
The value.
type
IType
The type.

See Also