Click or drag to resize

ICqlWriteClientUpdateT 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:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
void Update<T>(
	Cql cql
)

Parameters

cql
Type: Dse.MappingCql

Type Parameters

T
See Also