Mimer SQL Data Provider
MimerParameter Constructor(String,Object)




Mimer.Data.Client Namespace > MimerParameter Class > MimerParameter Constructor : MimerParameter Constructor(String,Object)
Name of parameter, see ParameterName for more information on how to name paarameter.
The Value assigned to the MimerParameter object.
Initializes a new instance of the MimerParameter class with a parameter name and a value.
Syntax
'Declaration
 
Public Function New( _
   ByVal parameterName As String, _
   ByVal parameterValue As Object _
)
public MimerParameter( 
   string parameterName,
   object parameterValue
)
public MimerParameter( 
    parameterName: String;
    parameterValue: TObject
); 
public function MimerParameter( 
   parameterName : String,
   parameterValue : Object
);
public: MimerParameter( 
   string* parameterName,
   Object* parameterValue
)

Parameters

parameterName
Name of parameter, see ParameterName for more information on how to name paarameter.
parameterValue
The Value assigned to the MimerParameter object.
Remarks
The parameter name has no special significance other than the fact that the parameter can be indexed using this name in the MimerParameterCollection class.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameter Class
MimerParameter Members
Overload List