Mapper.InsertIfNotExistsAsync Method |
Name | Description | |
---|---|---|
![]() | InsertIfNotExistsAsync<T>(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. |
![]() | InsertIfNotExistsAsync<T>(T, Boolean, CqlQueryOptions) |
Inserts the specified POCO in Cassandra, if not exists.
|
![]() | InsertIfNotExistsAsync<T>(T, Boolean, Nullable<Int32>, CqlQueryOptions) |
Inserts the specified POCO in Cassandra, if not exists.
|