| 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
)
Public Sub New (
prefix As String,
maxCount As Long
)
Parameters
- prefix
- Type: SystemString
The prefix that the aliases need to match. - maxCount
- Type: SystemInt64
The maximum number of results.
See Also