Get dictionary data from for each row in data table

@nikhil.chandre

Ok in that case you can try this expression.

dictionaryVariable = DataTable.AsEnumerable().ToDictionary(Function(row) row("ColumnName").ToString(), Function(row) row("ColumnValue").ToString())