Initializes a new instance of the ProcedureParameter class.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ProcedureParameter(
	string name,
	Object value
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	value As Object _
)

Parameters

name
Type: System..::.String
The name of the parameter.
value
Type: System..::.Object
The value of the parameter.

See Also