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