dotConnect for BigCommerce Documentation
Devart.Data.Bigcommerce Namespace / BigcommerceCommand Class / Parameters Property

In This Topic
    Parameters Property
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Parameters As BigcommerceParameterCollection
    public new BigcommerceParameterCollection Parameters {get;}

    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 BigCommerce for detailed information on using this mode.
    See Also