IMapperInsertIfNotExistsT Method (T, String, CqlQueryOptions) |
Inserts the specified POCO in Cassandra, if not exists, with the provided execution profile.
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.11.0
Syntax AppliedInfo<T> InsertIfNotExists<T>(
T poco,
string executionProfile,
CqlQueryOptions queryOptions = null
)
Parameters
- poco
- Type: T
- executionProfile
- Type: SystemString
- queryOptions (Optional)
- Type: Cassandra.MappingCqlQueryOptions
Type Parameters
- T
Return Value
Type:
AppliedInfoTSee Also