AdHocSQL Fields
The AdHocSQL type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | components | |
![]() | dt | the resulting data table object loaded by BackgroundWorker1_DoWork and displayed in BackgroundWorker1_RunWorkerCompleted |
![]() | elapsedTime | fetch elapsed time in Timer to show after completion |
![]() | myDBConnHelper | common connection settings factored in helper class |
![]() | nonRowResult | used to pass non row results between BackgroundWorker1_DoWork and BackgroundWorker1_RunWorkerCompleted |
![]() | propagatedFromDoc | needed to avoid escape key pressed in DBDocumentation from propagating to main AdHocSQL dialog (and closing this dialog therefore) |
![]() | SqlCmd | the command object for executing the AdHocSQL command text |
![]() | storedUserSetEnv | stored environment to reset after change |
![]() | userSetDB | stored database to reset after change |