Click or drag to resize

QdbCluster.Entries 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: Quasardb.IQdbEntrySelector
The criteria to filter the entries

Return Value

Type: IEnumerable<QdbEntry>
A collection of entry.
See Also