refresh_dgv(List<Object[]>) Method
refresh the datagrid view in the UI thread (using AdHocSQLQueryResult.BeginInvoke)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
private void refresh_dgv( List<object[]> batch )
Parameters
- batch
- Type: List<>the list of Object arrays with the data passed from fill_dgv_Async thread