| QdbPatternSelector Constructor (Byte, Int64) |
Creates a selector from the given pattern.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public QdbPatternSelector(
byte[] pattern,
long maxCount
)
Public Sub New (
pattern As Byte(),
maxCount As Long
)
Parameters
- pattern
- Type: SystemByte
The pattern to be found in the blobs. - maxCount
- Type: SystemInt64
The maximum number of results
See Also