dotConnect for Magento Documentation
Devart.Data.Magento Namespace / MagentoCommand Class / Parameters Property

Parameters Property
Gets or sets the MagentoParameterCollection.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Parameters As MagentoParameterCollection
 

Property Value

The parameters of a SQL statement or a stored procedure. The default value is an empty collection.
Remarks
By default, you have to construct this collection and provide values for it manually. However, if you choose to use autosynchronization mode by setting ParameterCheck property to true you can have the collecton adjusted automatically. Please refer to article Using Parameters in dotConnect for Magento for detailed information on using this mode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also