Click or drag to resize

MapperDeleteT Method (T, String, CqlQueryOptions)

Deletes the specified POCO from Cassandra using the provided execution profile.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public void Delete<T>(
	T poco,
	string executionProfile,
	CqlQueryOptions queryOptions = null
)

Parameters

poco
Type: T
executionProfile
Type: SystemString
queryOptions (Optional)
Type: Dse.MappingCqlQueryOptions

Type Parameters

T

Implements

IMapperDeleteT(T, String, CqlQueryOptions)
See Also