Click or drag to resize

MapperUpdateAsyncT Method (String, Object)

Updates the table for the POCO type specified (T) using the CQL string and bind variable values specified. Prepends "UPDATE tablename " to the CQL string you specify, getting the tablename appropriately from the POCO Type T.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task UpdateAsync<T>(
	string cql,
	params Object[] args
)

Parameters

cql
Type: SystemString
args
Type: SystemObject

Type Parameters

T
The POCO Type being updated.

Return Value

Type: Task

Implements

ICqlWriteAsyncClientUpdateAsyncT(String, Object)
See Also