| ICqlWriteClientDeleteT Method (String, Object) | 
            Deletes from the table for the POCO type specified (T) using the CQL string and bind variable values specified.  Prepends "DELETE FROM tablname " to
            the CQL string you specify, getting the tablename appropriately from the POCO Type T.
            
 
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxvoid Delete<T>(
	string cql,
	params Object[] args
)
Parameters
- cql
 - Type: SystemString
 - args
 - Type: SystemObject
 
Type Parameters
- T
 
See Also