Click or drag to resize

MapperDeleteIfT Method (Cql)

Deletes from the table for the POCO type specified (T) using the Cql query specified. Prepends "DELETE FROM tablename " to the CQL statement you specify, getting the tablename appropriately from the POCO Type T.

Returns information whether it was applied or not. If it was not applied, it returns details of the existing values.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public AppliedInfo<T> DeleteIf<T>(
	Cql cql
)

Parameters

cql
Type: Dse.MappingCql

Type Parameters

T

Return Value

Type: AppliedInfoT

Implements

IMapperDeleteIfT(Cql)
See Also