Click or drag to resize
ICqlQueryClient.Fetch<T> Method (Cql)
Gets a list of T from Cassandra using the CQL statement specified.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
IEnumerable<T> Fetch<T>(
	Cql cql
)

Parameters

cql
Type: Dse.Mapping.Cql

Type Parameters

T

Return Value

Type: IEnumerable<T>
See Also