Click or drag to resize

QdbSuffixSelector Constructor

Creates a selector with the specified suffix.

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

Parameters

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