[This is preliminary documentation and is subject to change.]

Adds a parameter to the parameter list.

Namespace:  OfficeClip.DBLayer
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void AddParameter(
	string parameterSP,
	int parameterValue
)
Visual Basic (Declaration)
Public Sub AddParameter ( _
	parameterSP As String, _
	parameterValue As Integer _
)
Visual C++
public:
void AddParameter(
	String^ parameterSP, 
	int parameterValue
)

Parameters

parameterSP
Type: System..::.String
The name of the stored procedure parameter
parameterValue
Type: System..::.Int32
The value of the parameter

See Also