Retrieve the parameter based upon the key passed.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
DbParameter this[
	string key
] { get; }
Visual Basic
ReadOnly Default Property Item ( _
	key As String _
) As DbParameter
	Get
Visual C++
property DbParameter^ default[String^ key] {
	DbParameter^ get (String^ key);
}

Parameters

key
Type: System..::..String
String key

Return Value

Parameter matching the key

Exceptions

ExceptionCondition
[!:]Thrown if key doesn't exist

See Also