| ICqlWriteClientDeleteT Method (Cql) | 
            Deletes from the table for the POCO type specified (T) using the CQL string specified.  Prepends "DELETE FROM tablename " to the CQL statement you
            specify, getting the tablename appropriately from the POCO Type T.
            
 
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxvoid Delete<T>(
	Cql cql
)
Parameters
- cql
 - Type: Dse.MappingCql
 
Type Parameters
- T
 
See Also