Click or drag to resize

QdbPrefixSelector Constructor

Creates a selector with the specified prefix.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public QdbPrefixSelector(
	string prefix,
	long maxCount
)

Parameters

prefix
Type: SystemString
The prefix that the aliases need to match.
maxCount
Type: SystemInt64
The maximum number of results.
See Also