ICqlBatchInsertIfNotExistsT Method (T, Boolean, NullableInt32, CqlQueryOptions) |
Inserts the specified POCO in Cassandra if not exists.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax void InsertIfNotExists<T>(
T poco,
bool insertNulls,
Nullable<int> ttl,
CqlQueryOptions queryOptions = null
)
Parameters
- poco
- Type: T
- insertNulls
- Type: SystemBoolean
- ttl
- Type: SystemNullableInt32
- queryOptions (Optional)
- Type: Cassandra.MappingCqlQueryOptions
Type Parameters
- T
See Also