Miado - Much-improved ADO.Net
Gets the DbParameter with the specified name.

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

Syntax

C#
public DbParameter this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As DbParameter
Visual C++
public:
virtual property DbParameter^ default[String^ name] {
	DbParameter^ get (String^ name) sealed;
}

Parameters

name
Type: System..::.String

Field Value

Implements

IDbParameterList..::.Item[([(String])])

See Also