Mimer SQL Data Provider
Item(String) Property




Mimer.Data.Client Namespace > MimerParameterCollection Class > Item Property : Item(String) Property
The name of the parameter.
Gets or sets the MimerParameter with the specified name.

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

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

Parameters

parameterName
The name of the parameter.

Property Value

The MimerParameter with the specified name.
Exceptions
ExceptionDescription
The specified name does not exist.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members
Overload List