Mimer SQL Data Provider
Item(Int32) Property




Mimer.Data.Client Namespace > MimerParameterCollection Class > Item Property : Item(Int32) Property
Zero-based index of the parameter.
Gets or sets the MimerParameter at the specified index.

In C#, this property is the indexer for the MimerParameterCollection class.

Syntax
'Declaration
 
Public Overloads Shadows Property Item( _
   ByVal index As Integer _
) As MimerParameter
public new MimerParameter Item( 
   int index
) {get; set;}
public read-write property Item( 
    index: Integer
): MimerParameter; 
public hide function get,set Item( 
   index : int
) : MimerParameter
public: __property new MimerParameter* get_Item( 
   int index
);
public: __property new void set_Item( 
   int index,
   MimerParameter* value
);

Parameters

index
Zero-based index of the parameter.

Property Value

The MimerParameter at the specified index.
Exceptions
ExceptionDescription
The specified index is out of range.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members
Overload List