Mimer Data Provider

MimerCommand.Parameters Property

Gets the current MimerParameterCollection. Each parameter is represented by one entry in the collection.

[Visual Basic]
Public Property ReadOnly Parameters As MimerParameterCollection
[C#]
public MimerParameterCollection Parameters { get; }
[C++]
public: __property MimerParameterCollection* get_Parameters();
[JScript]
public function get Parameters() : MimerParameterCollection

Property Value

The parameters for the MimerCommand. The default is an empty collection.

See Also

MimerCommand Class | Mimer.Data.Client Namespace