dotConnect for Mailchimp Documentation
Devart.Data.MailChimp Namespace / MailChimpCommand Class / CreateParameter Method

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

    Return Value

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