dotConnect for Zoho Books Documentation
Devart.Data.ZohoBooks Namespace / ZohoBooksCommand Class / CreateParameter Method

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

    Return Value

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