dotConnect for BigCommerce Documentation
Devart.Data.Bigcommerce Namespace / BigcommerceCommand Class / CreateParameter Method

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

    Return Value

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