Allows execution of an arbitrary non query SQL command against the database.

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

Uses the Entity Sql Connection