Click or drag to resize

MapperFetchAsyncT Method (CqlQueryOptions)

Gets a list of all T from Cassandra.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task<IEnumerable<T>> FetchAsync<T>(
	CqlQueryOptions options = null
)

Parameters

options (Optional)
Type: Dse.MappingCqlQueryOptions

Type Parameters

T

Return Value

Type: TaskIEnumerableT

Implements

ICqlQueryAsyncClientFetchAsyncT(CqlQueryOptions)
See Also