| QdbTagSelector Constructor |
Creates a selector for the specified tag.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public QdbTagSelector(
string tag
)
Public Sub New (
tag As String
)
Parameters
- tag
- Type: SystemString
The tag to which entries are attached.
See Also