ICqlWriteAsyncClientDeleteAsyncT Method (Cql) |
Deletes from the table for the POCO type specified (T) using the CQL statement specified. Prepends "DELETE FROM tablename " to the CQL statement you
specify, getting the tablename appropriately from the POCO Type T.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax Task DeleteAsync<T>(
Cql cql
)
Parameters
- cql
- Type: Cassandra.MappingCql
Type Parameters
- T
Return Value
Type:
TaskSee Also