Click or drag to resize
IMapperInsertIfNotExistsAsyncT Method (T, CqlQueryOptions)
Inserts the specified POCO in Cassandra, if not exists.

Returns information whether it was applied or not. If it was not applied, it returns details of the existing values.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
Task<AppliedInfo<T>> InsertIfNotExistsAsync<T>(
	T poco,
	CqlQueryOptions queryOptions = null
)

Parameters

poco
Type: T
queryOptions (Optional)
Type: Cassandra.MappingCqlQueryOptions

Type Parameters

T

Return Value

Type: TaskAppliedInfoT
See Also