[Missing <summary> documentation for "M:Bespoke.Common.Data.SqlDataProvider.AddOutputParameter(System.String,System.Data.SqlDbType,System.Int32)"]

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

Syntax

C#
public SqlParameter AddOutputParameter(
	string name,
	SqlDbType type,
	int size
)
Visual Basic (Declaration)
Public Function AddOutputParameter ( _
	name As String, _
	type As SqlDbType, _
	size As Integer _
) As SqlParameter
Visual C++
public:
SqlParameter^ AddOutputParameter(
	String^ name, 
	SqlDbType type, 
	int size
)

Parameters

name
Type: System..::.String

[Missing <param name="name"/> documentation for "M:Bespoke.Common.Data.SqlDataProvider.AddOutputParameter(System.String,System.Data.SqlDbType,System.Int32)"]

type
Type: System.Data..::.SqlDbType

[Missing <param name="type"/> documentation for "M:Bespoke.Common.Data.SqlDataProvider.AddOutputParameter(System.String,System.Data.SqlDbType,System.Int32)"]

size
Type: System..::.Int32

[Missing <param name="size"/> documentation for "M:Bespoke.Common.Data.SqlDataProvider.AddOutputParameter(System.String,System.Data.SqlDbType,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.Data.SqlDataProvider.AddOutputParameter(System.String,System.Data.SqlDbType,System.Int32)"]

See Also