dotConnect for Adobe Commerce Documentation
Devart.Data.Magento Namespace / MagentoCommand Class / CreateParameter Method

In This Topic
    CreateParameter Method (MagentoCommand)
    In This Topic
    Creates a new instance of a MagentoParameter object.
    Creates a new instance of a MagentoParameter object.
    Syntax
    'Declaration
     
    Public Shadows Function CreateParameter() As MagentoParameter
    public new MagentoParameter CreateParameter()

    Return Value

    Remarks
    This method is a strongly-typed version of System.Data.IDbCommand.CreateParameter. See MagentoParameter to find out more ways to create a parameter.
    See Also