Item[string] Property

Syntax:

public RdmParameter this[string parameterName] { get; set; }

Description:

Type: RdmParameter

Gets or sets the RdmParameter with the specified name

Parameters:

parameterName

Type: System.String

The name of the parameter.

Exceptions:

Exception Condition
ArgumentException The specified parameter is already contained in another collection.
IndexOutOfRangeException A parameter of the specified name does not exist

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbParameterCollection.Item(String)