Click or drag to resize

ICqlBatch Methods

The ICqlBatch type exposes the following members.

Methods
  NameDescription
Public methodConvertCqlArgument<TValue, TDatabase>
Allows you to convert an argument/bind variable value being used in a CQL statement using the same converters that are being used by the client internally, including any user-defined conversions if you configured them. Will convert a value of Type TValue to a value of Type TDatabase or throw an InvalidOperationException if no converter is available.
Public methodInsertIfNotExists<T>(T, CqlQueryOptions)
Inserts the specified POCO in Cassandra if not exists.
Public methodInsertIfNotExists<T>(T, Boolean, CqlQueryOptions)
Inserts the specified POCO in Cassandra if not exists.
Public methodInsertIfNotExists<T>(T, Boolean, Nullable<Int32>, CqlQueryOptions)
Inserts the specified POCO in Cassandra if not exists.
Public methodWithOptions
Configures any individual option for this instance.
Top
See Also