Mimer Data Provider v9.2

MimerCommand.Parameters Property

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

[Visual Basic]
Public ReadOnly Property Parameters As MimerParameterCollection
[C#]
public MimerParameterCollection Parameters {get;}

Property Value

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

See Also

MimerCommand Class | Mimer.Data.Client Namespace