BackgroundWorker1_DoWork(Object, DoWorkEventArgs) Method

start sql command and load data into data table in the background (to show progress and have cancellation control)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

private void BackgroundWorker1_DoWork(
	object sender,
	DoWorkEventArgs e
	)

Parameters

sender
Type: Object
e
Type: DoWorkEventArgs