Allows execution of a SQL command as s tring agains the Context's provider and return the result as an Entity collection

Format can either be named parameters (@pk, @name) with DbParameter objects (CreateParameter) or by using @p0,p1 for positional parameters and passing in the actual values.