dotConnect for FreshBooks Documentation
Devart.Data.FreshBooks Namespace / FreshBooksCommand Class / CreateParameter Method

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

    Return Value

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