MapperUpdateT 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: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic void Update<T>(
	string cql,
	params Object[] args
)
Parameters
- cql
 - Type: SystemString
 - args
 - Type: SystemObject
 
Type Parameters
- T
 - The POCO Type being updated.
 
Implements
ICqlWriteClientUpdateT(String, Object)
See Also