Click or drag to resize

ICqlQueryClientFirstT Method (Cql)

Gets the first T from Cassandra using the CQL statement specified. Will throw if no records are returned.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
T First<T>(
	Cql cql
)

Parameters

cql
Type: Dse.MappingCql

Type Parameters

T

Return Value

Type: T
See Also