Mimer SQL Data Provider
Parameters Property




Mimer.Data.Client Namespace > MimerCommand Class : Parameters Property
Gets the current MimerParameterCollection. Each parameter is represented by one entry in the collection.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Parameters As MimerParameterCollection
public new MimerParameterCollection Parameters {get;}
public read-only property Parameters: MimerParameterCollection; 
public hide function get Parameters : MimerParameterCollection
public: __property new MimerParameterCollection* get_Parameters();

Property Value

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

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members