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

    Parameters

    connection
    the sql connection
    sql
    the sql string

    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