dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarCommand Class / CreateParameter Method

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

    Return Value

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