Click or drag to resize

QdbCluster.Keys Method

Returns a collection of String matching the given criteria.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.0.0 (3.13.0.0)
Syntax
public IEnumerable<string> Keys(
	IQdbEntrySelector selector
)

Parameters

selector
Type: Quasardb.IQdbEntrySelector
The criteria to filter the entries

Return Value

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