IMapperInsertIfNotExistsAsyncT Method (T, Boolean, CqlQueryOptions) |
Namespace: Dse.Mapping
Task<AppliedInfo<T>> InsertIfNotExistsAsync<T>( T poco, bool insertNulls, CqlQueryOptions queryOptions = null )
Use false if you don't want to consider null values for the INSERT operation (recommended).
Use true if you want to override all the values in the table, generating tombstones for null values.