Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / DbHelper Class / GetCommand Method / GetCommand(SqlConnection,String,CommandType) Method
the sql connection
the sql string
the sql command type
In This Topic
    GetCommand(SqlConnection,String,CommandType) Method
    In This Topic
    Creates a command for the given sql string
    Syntax

    Parameters

    connection
    the sql connection
    sql
    the sql string
    commandType
    the sql command type

    Return Value

    a sql command
    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