Click or drag to resize

QdbClusterEntries Method

Returns a collection of QdbEntry matching the given criteria.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public IEnumerable<QdbEntry> Entries(
	IQdbEntrySelector selector
)

Parameters

selector
Type: QuasardbIQdbEntrySelector
The criteria to filter the entries

Return Value

Type: IEnumerableQdbEntry
A collection of entry.
See Also