Initializes a new instance of the Query class.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- dbType
- Type: CleanCode.DatabaseControls ConnectionStringManager DBTypes
Type of the database.
- category
- Type: System String
The category.
- queryType
- Type: System String
Description of the query.
- toolTip
- Type: System String
The tool tip.
- queryText
- Type: System String
The query text.
See Also