Click or drag to resize

MapperExecute Method

Overload List
  NameDescription
Public methodExecute(Cql)
Executes the arbitrary CQL statement specified.
Public methodExecute(ICqlBatch)
Executes the batch specfied synchronously.
Public methodExecute(String, Object)
Executes an arbitrary CQL string with the bind variable values specified.
Public methodExecute(ICqlBatch, String)
Executes the batch specified synchronously with the provided execution profile.
Top
See Also