Sets a parameter with the given name.

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
)

Parameters

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

See Also