Miado - Much-improved ADO.Net
Adds a DbParameter to this collection that is populated by a function.

Namespace:  Miado
Assembly:  Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)

Syntax

C#
public IDbParameterList Add(
	Action<DbParameter> paramPopulater
)
Visual Basic (Declaration)
Public Function Add ( _
	paramPopulater As Action(Of DbParameter) _
) As IDbParameterList
Visual C++
public:
virtual IDbParameterList^ Add(
	Action<DbParameter^>^ paramPopulater
) sealed

Parameters

paramPopulater
Type: System..::.Action<(Of <(DbParameter>)>)
A function that populates an empty DbParameter.

Return Value

a reference to this object

Implements

IDbParameterList..::.Add(Action<(Of <(DbParameter>)>))

See Also