Creates a return value parameter and adds it 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 MySqlParameter AddReturnValueParameter()
Visual Basic (Declaration)
Public Function AddReturnValueParameter As MySqlParameter
Visual C++
public:
MySqlParameter^ AddReturnValueParameter()

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.Data.MySqlDataProvider.AddReturnValueParameter"]

See Also