MapperExecute Method | 
| Name | Description | |
|---|---|---|
| Execute(Cql) | 
            Executes the arbitrary CQL statement specified.
              | |
| Execute(ICqlBatch) | 
            Executes the batch specfied synchronously.
              | |
| Execute(String, Object) | 
            Executes an arbitrary CQL string with the bind variable values specified.
              | |
| Execute(ICqlBatch, String) | 
            Executes the batch specified synchronously with the provided execution profile.
              |