Click or drag to resize
ICqlWriteAsyncClientUpdateAsyncT Method (Cql)
Updates the table for the poco type specified (T) using the CQL statement specified. Prepends "UPDATE tablename" to the CQL statement you specify, getting the tablename appropriately from the POCO Type T.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax
C#
Task UpdateAsync<T>(
	Cql cql
)

Parameters

cql
Type: Cassandra.MappingCql

Type Parameters

T

Return Value

Type: Task
See Also