dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoCommand Class / CreateParameter Method

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

    Return Value

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