Mini SQL Query Extensibility Documentation
BatchProgress Event
NamespacesMiniSqlQuery.CoreQueryRunnerBatchProgress

[Missing <summary> documentation for "E:MiniSqlQuery.Core.QueryRunner.BatchProgress"]

Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<BatchProgressEventArgs> BatchProgress
Public Event BatchProgress As EventHandler(Of BatchProgressEventArgs)
public:
 event EventHandler<BatchProgressEventArgs^>^ BatchProgress {
	void add (EventHandler<BatchProgressEventArgs^>^ value);
	void remove (EventHandler<BatchProgressEventArgs^>^ value);
}

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)