Click or drag to resize
MapperInsertIfNotExistsAsyncT Method (T, Boolean, NullableInt32, CqlQueryOptions)

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax
C#
public Task<AppliedInfo<T>> InsertIfNotExistsAsync<T>(
	T poco,
	bool insertNulls,
	Nullable<int> ttl,
	CqlQueryOptions queryOptions = null
)

Parameters

poco
Type: T
insertNulls
Type: SystemBoolean
ttl
Type: SystemNullableInt32
queryOptions (Optional)
Type: Dse.MappingCqlQueryOptions

Type Parameters

T

Return Value

Type: TaskAppliedInfoT

Implements

IMapperInsertIfNotExistsAsyncT(T, Boolean, NullableInt32, CqlQueryOptions)
See Also