Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / DbHelper Class / AddParameter Method
the command
the parameter name
the parameter type
the parameter value
In This Topic
    AddParameter Method
    In This Topic
    Adds a parameter to the command
    Syntax
    public static void AddParameter( 
       SqlCommand command,
       string name,
       DbType type,
       object value
    )

    Parameters

    command
    the command
    name
    the parameter name
    type
    the parameter type
    value
    the parameter value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also