Click or drag to resize
MapperFetchAsyncT Method (CqlQueryOptions)

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Task<IEnumerable<T>> FetchAsync<T>(
	CqlQueryOptions options = null
)

Parameters

options (Optional)
Type: Cassandra.MappingCqlQueryOptions

Type Parameters

T

Return Value

Type: TaskIEnumerableT

Implements

ICqlQueryAsyncClientFetchAsyncT(CqlQueryOptions)
See Also