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#
DbParameter this[
	int index
] { get; }
Visual Basic (Declaration)
ReadOnly Default Property Item ( _
	index As Integer _
) As DbParameter
Visual C++
property DbParameter^ default[int index] {
	DbParameter^ get (int index);
}

Parameters

index
Type: System..::.Int32

Field Value

See Also