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