Click or drag to resize
ICqlWriteClient.Delete<T> 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: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
void Delete<T>(
	string cql,
	params Object[] args
)

Parameters

cql
Type: System.String
args
Type:System.Object[]

Type Parameters

T
See Also