Miado - Much-improved ADO.Net
Gets the DbParameter at the specified index.

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

Syntax

C#
public DbParameter this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As DbParameter
Visual C++
public:
virtual property DbParameter^ default[int index] {
	DbParameter^ get (int index) sealed;
	void set (int index, DbParameter^ value) sealed;
}

Parameters

index
Type: System..::.Int32

Field Value

Implements

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

See Also