Click or drag to resize

MapperUpdateAsyncT Method (T, String, CqlQueryOptions)

Updates the POCO specified in Cassandra using the provided execution profile.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task UpdateAsync<T>(
	T poco,
	string executionProfile,
	CqlQueryOptions queryOptions = null
)

Parameters

poco
Type: T
executionProfile
Type: SystemString
queryOptions (Optional)
Type: Dse.MappingCqlQueryOptions

Type Parameters

T

Return Value

Type: Task

Implements

IMapperUpdateAsyncT(T, String, CqlQueryOptions)
See Also