Adds a stored procedure parameter object to the command object parameters collection.

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void AddParameter(
	MySqlParameter parameter
)
Visual Basic (Declaration)
Public Sub AddParameter ( _
	parameter As MySqlParameter _
)
Visual C++
public:
void AddParameter(
	MySqlParameter^ parameter
)

Parameters

parameter
Type: MySqlParameter
The parameter object.

See Also