dotConnect for Zoho Desk Documentation
Devart.Data.ZohoDesk Namespace / ZohoDeskCommand Class / CreateParameter Method

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

    Return Value

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